Skip to content

Commit

Permalink
πŸ”’οΈ fix swagger key leak issue #3247
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Oct 17, 2024
1 parent 95c4091 commit a6f3606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/build-postman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const postmanRequestGeneratorGenerator = setup => method => {
"apikey": [
{
"key": "value",
"value": setup === null || setup === void 0 ? void 0 : setup.key,
"value": setup === null || setup === void 0 ? void 0 : setup.preAuthDocs && setup.key,
"type": "string"
},
{
Expand Down

0 comments on commit a6f3606

Please sign in to comment.