diff --git a/src/batch/client.ts b/src/batch/client.ts index 6065c1c..d7b1fac 100644 --- a/src/batch/client.ts +++ b/src/batch/client.ts @@ -145,8 +145,8 @@ export class BatchTranscription { throw new Error('Error: apiKey is undefined'); const config = { - type: 'transcription', ...jobConfig, + type: 'transcription', }; const formData = new FormData();