Skip to content

Commit a03d64b

Browse files
committed
initial commit
1 parent 9a99420 commit a03d64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function buildPostmanRequest(
285285
if (username === undefined || password === undefined) {
286286
otherHeaders.push({
287287
key: "Authorization",
288-
value: "Basic BASE_64_ENCODING_OF{client_id:api_key}",
288+
value: `Basic BASE_64_ENCODING_OF{client_id:api_key}`,
289289
});
290290
continue;
291291
}

0 commit comments

Comments
 (0)