diff --git a/get-started/quickstart/typescript/index.ts b/get-started/quickstart/typescript/index.ts index 81b32acab..386b72db1 100644 --- a/get-started/quickstart/typescript/index.ts +++ b/get-started/quickstart/typescript/index.ts @@ -13,7 +13,7 @@ const authProvider = new AnonymousAuthenticationProvider(); // Create request adapter using the fetch-based implementation const adapter = new FetchRequestAdapter(authProvider); // Create the API client -const client =createPostsClient(adapter); +const client = createPostsClient(adapter); async function main(): Promise { try {