Skip to content

Commit

Permalink
Fix content-type header to prevent merging of duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
SrdjanCosicPrica committed Jul 1, 2024
1 parent 4f3cbb1 commit 6a9dd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export class JupiterOneClient {
this.headers = {
Authorization: `Bearer ${token}`,
'LifeOmic-Account': this.account,
'Content-Type': 'application/json',
'content-type': 'application/json',
};

const uri = this.useRulesEndpoint ? this.rulesEndpoint : this.queryEndpoint;
Expand Down

0 comments on commit 6a9dd86

Please sign in to comment.