Skip to content

Commit 7380fd0

Browse files
committed
fix: unnecessary ts-error
1 parent 7042659 commit 7380fd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vapi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ 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
351350
roomDeleteOnUserLeaveEnabled: options?.roomDeleteOnUserLeaveEnabled,
352351
})
353352
).data;

0 commit comments

Comments
 (0)