team-plain / docs

2 stars 4 forks source link

Create thread code example shows invalid constructor property #26

Closed mannieschumpert closed 8 months ago

mannieschumpert commented 8 months ago

Path: /api-reference/graphql/threads/create

Code example shows:

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

But debug is not a property of ConstructorOptions.

preslavmihaylov commented 8 months ago

Awesome, thanks for reporting this @mannieschumpert!