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

0 comments on commit fd93ce2

Please sign in to comment.