Skip to content

Commit aa0c914

Browse files
fix async api path
1 parent b1919a1 commit aa0c914

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ApiUrl.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,7 @@ export class ApiUrl extends AmfHelperMixin(LitElement) {
298298
}
299299

300300
_getAsyncPathTemplate() {
301-
if (this.isNotHttp) {
302-
return html`<div class="async-servers-path url-channel-value">${this.path}</div>`;
303-
}
304-
return '';
301+
return html`<div class="async-servers-path url-channel-value">${this.path || ''}</div>`;
305302
}
306303

307304
_getOperationIdTemplate() {

0 commit comments

Comments
 (0)