Skip to content

Commit 545f933

Browse files
committed
replace api-key to keep example complete
1 parent 5fb2752 commit 545f933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-client/src/components/AddressBar/AddressBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function getCompleteUrl(): string {
187187
// Fallback to basic URL construction if no active example
188188
const serverString = replaceTemplateVariables(server?.url ?? '', env)
189189
const pathString = replaceTemplateVariables(operation.path, env)
190-
let url = serverString || pathString
190+
const url = serverString || pathString
191191
192192
if (!url) return ''
193193

0 commit comments

Comments
 (0)