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 9b8ce44 commit 5633eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ApiDocumentationElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ export class ApiDocumentationElement extends EventsTargetMixin(AmfHelperMixin(Li
let endpointId;
let methodId;
if (selectedType === 'method') {
// endpointId = eid;
endpointId = eid;
// if(this._isAsyncAPI(this.amf) && this._endpoint){
endpointId = eid || this._endpoint['@id'];
// endpointId = this._endpoint['@id'];
// }
methodId = mid;
} else {
Expand Down

0 comments on commit 5633eff

Please sign in to comment.