Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrogilcarrano committed May 6, 2024
1 parent f9526e2 commit 6754d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ApiDocumentationElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export class ApiDocumentationElement extends EventsTargetMixin(AmfHelperMixin(Li
}

const servers = this._getServers({ endpointId, methodId });
// this._servers = this._ensureArray(servers)
this._servers = this._ensureArray(servers)

if (!servers || !servers.length) {
return null;
Expand Down Expand Up @@ -1195,6 +1195,7 @@ export class ApiDocumentationElement extends EventsTargetMixin(AmfHelperMixin(Li
.compatibility="${compatibility}"
.endpoint="${_endpoint}"
.server="${server}"
.servers="${_servers}"
.method="${_docsModel}"
.previous="${prev}"
.next="${next}"
Expand Down Expand Up @@ -1224,6 +1225,7 @@ export class ApiDocumentationElement extends EventsTargetMixin(AmfHelperMixin(Li
.outlined="${outlined}"
.selected="${selected}"
.server="${server}"
.servers="${_servers}"
.endpoint="${_docsModel}"
.previous="${prev}"
.next="${next}"
Expand All @@ -1247,6 +1249,7 @@ export class ApiDocumentationElement extends EventsTargetMixin(AmfHelperMixin(Li
.narrow="${narrow}"
.compatibility="${compatibility}"
.server="${server}"
.servers="${_servers}"
.selected="${selected}"
.endpoint="${_docsModel}"
.previous="${prev}"
Expand Down

0 comments on commit 6754d05

Please sign in to comment.