From 4c9ed2e7acf19cd9231e78ebfa9a904ca9865f89 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:59:53 +0100 Subject: [PATCH] chore: synchronize workspaces --- src/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/index.ts b/src/hooks/index.ts index 85b95dad1..534cff65f 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -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", () =>