From a6f3606074b8dd03d875b689c18d7eeda5c0e3d0 Mon Sep 17 00:00:00 2001 From: M SHAH Date: Thu, 17 Oct 2024 20:15:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20fix=20swagger=20key=20l?= =?UTF-8?q?eak=20issue=20#3247?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/build/build-postman.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/build-postman.ts b/src/build/build-postman.ts index 1875efa43..b5006f4d7 100644 --- a/src/build/build-postman.ts +++ b/src/build/build-postman.ts @@ -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" }, {