Skip to content

Commit

Permalink
Dont need Content-Type
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith committed Sep 1, 2023
1 parent 2621cbc commit 35b973f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/FileDownloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export class FileDownloader {
timeout: 20000,
responseType: `stream`,
headers: {
Accept: "application/octet-stream",
"Content-Type": "application/octet-stream"
Accept: "application/octet-stream"
},
proxy: false // Disabling axios proxy support allows VS Code proxy settings to take effect.
};
Expand Down

0 comments on commit 35b973f

Please sign in to comment.