Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 25, 2024
1 parent 7224c33 commit 4c9ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getSdkUrl() {
const sdk = new ProjectApi(
new Configuration({
basePath: String(siteConfig.customFields.CLOUD_URL),
credentials: "include",
credentials: "include",
}),
)
const { data: projectSlug } = useQuery("getSdkUrl", () =>
Expand Down

0 comments on commit 4c9ed2e

Please sign in to comment.