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 fd93ce2 commit f9526e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 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,7 +1195,6 @@ 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 @@ -1225,7 +1224,6 @@ export class ApiDocumentationElement extends EventsTargetMixin(AmfHelperMixin(Li
.outlined="${outlined}"
.selected="${selected}"
.server="${server}"
.servers="${_servers}"
.endpoint="${_docsModel}"
.previous="${prev}"
.next="${next}"
Expand All @@ -1249,7 +1247,6 @@ 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 f9526e2

Please sign in to comment.