Skip to content

Commit

Permalink
Merge pull request #6555 from Strazz1337/patch-1
Browse files Browse the repository at this point in the history
style(typescript-sample): add missing whitespace
  • Loading branch information
andrueastman authored Oct 7, 2024
2 parents 9bc8431 + 1408843 commit 36b2429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-started/quickstart/typescript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> {
try {
Expand Down

0 comments on commit 36b2429

Please sign in to comment.