Skip to content

Commit

Permalink
ci: revert duplicate headers change
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef authored and TheUnderScorer committed Mar 18, 2024
1 parent 118c0fa commit 4d7cdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/rulesTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"action": "MODIFY",
"standardModifyHeaderName": "OTHER",
"newHeaderValue": "{{user.PMUSER_FPJS_REQUEST_COOKIE}}",
"avoidDuplicateHeaders": true,
"avoidDuplicateHeaders": false,
"customHeaderName": "Cookie"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (!args['--type'] || (args["--type"] && !['all', ...flowKeys].includes(args['-
}

fs.rmSync(path.relative(process.cwd(), 'dist'), {recursive: true, force: true})
// trigger ci

switch (args['--type']) {
default:
case 'all':
Expand Down

0 comments on commit 4d7cdf8

Please sign in to comment.