From 5633eff54751d19ced7c52d604c30865c49bf1fa Mon Sep 17 00:00:00 2001 From: leandrogilcarrano Date: Mon, 6 May 2024 11:14:38 -0300 Subject: [PATCH] remove line --- src/ApiDocumentationElement.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ApiDocumentationElement.js b/src/ApiDocumentationElement.js index c4914b3..dce215f 100644 --- a/src/ApiDocumentationElement.js +++ b/src/ApiDocumentationElement.js @@ -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 {