Skip to content

Commit

Permalink
Fix missing content type for downloading deployment log
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Nov 13, 2019
1 parent be3da00 commit 681d619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/container/CLIContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export class CLIContainer<T extends BaseAPIClient> extends ControllerContainer<
method: "POST",
headers: {
Range: `bytes=${cur}-`,
"content-type": "application/json",
},
mode: "cors",
credentials: "include",
Expand Down

0 comments on commit 681d619

Please sign in to comment.