Skip to content

Commit 6335277

Browse files
committed
Update tdei.ts
1 parent f2605d0 commit 6335277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/tdei.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export class TdeiClient extends BaseHttpClient implements ICancelableClient {
367367
}
368368

369369
const fileResponse = await this._get(`job/download/${jobId}`, {
370-
headers: { 'Accept': '*/*' },
370+
headers: { Accept: '*/*' },
371371
});
372372

373373
return await fileResponse.blob();

0 commit comments

Comments
 (0)