From fd93ce202df8a53ef3ca0985924ddad4d48bce3c Mon Sep 17 00:00:00 2001 From: leandrogilcarrano Date: Mon, 6 May 2024 10:35:26 -0300 Subject: [PATCH] remove line --- src/ApiDocumentationElement.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ApiDocumentationElement.js b/src/ApiDocumentationElement.js index 19b8a43..14a804f 100644 --- a/src/ApiDocumentationElement.js +++ b/src/ApiDocumentationElement.js @@ -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;