From 9b8ce446d6fe1d4ced6c66b340f38fd845d268be Mon Sep 17 00:00:00 2001 From: leandrogilcarrano Date: Mon, 6 May 2024 11:11:20 -0300 Subject: [PATCH] remove line --- src/ApiDocumentationElement.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ApiDocumentationElement.js b/src/ApiDocumentationElement.js index 19b8a43..c4914b3 100644 --- a/src/ApiDocumentationElement.js +++ b/src/ApiDocumentationElement.js @@ -402,10 +402,10 @@ export class ApiDocumentationElement extends EventsTargetMixin(AmfHelperMixin(Li let endpointId; let methodId; if (selectedType === 'method') { - endpointId = eid; - if(this._isAsyncAPI(this.amf) && this._endpoint){ - endpointId = this._endpoint['@id']; - } + // endpointId = eid; + // if(this._isAsyncAPI(this.amf) && this._endpoint){ + endpointId = eid || this._endpoint['@id']; + // } methodId = mid; } else { endpointId = mid;