Skip to content

Commit

Permalink
Do not set content type
Browse files Browse the repository at this point in the history
  • Loading branch information
ProTip committed Oct 26, 2018
1 parent 210c606 commit 1ad7a2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rundeckBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class RundeckBrowser extends Rundeck {
const accept = options.headers.get('Accept')
if (!accept) {
options.headers.set('Accept', 'application/json; charset=utf-8')
options.headers.set('Content-Type', 'application/json; charset=utf-8')
}
}

Expand Down

0 comments on commit 1ad7a2c

Please sign in to comment.