Skip to content

Commit d62c750

Browse files
committed
chore: add ts-expect-error as api property is hidden
1 parent e0dd136 commit d62c750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ export default class Vapi extends VapiEventEmitter {
347347
workflow: typeof workflow === 'string' ? undefined : workflow,
348348
workflowId: typeof workflow === 'string' ? workflow : undefined,
349349
workflowOverrides,
350+
// @ts-expect-error: API hidden property
350351
roomDeleteOnUserLeaveEnabled: options?.roomDeleteOnUserLeaveEnabled,
351352
})
352353
).data;

0 commit comments

Comments
 (0)