Skip to content

Commit 5a4a025

Browse files
committed
removed unwanted comment
1 parent 7493aba commit 5a4a025

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/buildPostmanRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ function buildPostmanRequest(
279279
continue;
280280
}
281281

282-
// Basic Auth
283282
// Basic Auth
284283
if (a.type === "http" && a.scheme === "basic") {
285284
const { username, password } = auth.data[a.key];

0 commit comments

Comments
 (0)