Skip to content

Commit

Permalink
fix: disable force merge when clearing header values
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Oct 27, 2022
1 parent 0628313 commit 93b029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class UrbexHeaders {
this.$headers = {};

if (!empty) {
this.set(DefaultHeaders);
this.set(DefaultHeaders, false);
}
}

Expand Down

0 comments on commit 93b029b

Please sign in to comment.