Skip to content

Commit 6a9dd86

Browse files
Fix content-type header to prevent merging of duplicates
1 parent 4f3cbb1 commit 6a9dd86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export class JupiterOneClient {
328328
this.headers = {
329329
Authorization: `Bearer ${token}`,
330330
'LifeOmic-Account': this.account,
331-
'Content-Type': 'application/json',
331+
'content-type': 'application/json',
332332
};
333333

334334
const uri = this.useRulesEndpoint ? this.rulesEndpoint : this.queryEndpoint;

0 commit comments

Comments
 (0)