Skip to content

Commit

Permalink
remove redundant field in create thread snippet (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavmihaylov authored Feb 21, 2024
1 parent 34515d8 commit 1428f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _snippets/typescript-sdk/create-thread.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { PlainClient } from '@team-plain/typescript-sdk';

const client = new PlainClient({
apiKey: 'XXX',
debug: true,
});

const res = await client.createThread({
Expand Down

0 comments on commit 1428f46

Please sign in to comment.