From c42a328771524c937fbe20b9807f3769614e802b Mon Sep 17 00:00:00 2001 From: Prathiba Date: Wed, 31 Jul 2024 10:13:39 +0200 Subject: [PATCH] Resolved Eslint findings --- server/basicServices/basicServices/BasicServicesService.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/basicServices/basicServices/BasicServicesService.js b/server/basicServices/basicServices/BasicServicesService.js index c6585a94..4a0ddee1 100644 --- a/server/basicServices/basicServices/BasicServicesService.js +++ b/server/basicServices/basicServices/BasicServicesService.js @@ -408,7 +408,7 @@ exports.informAboutReleaseHistoryInGenericRepresentation = async function (opera * newReleaseFwName String Holds information about the new release forwarding name if exist * no response value expected for this operation **/ -exports.inquireBasicAuthRequestApprovals = async function (body, user, xCorrelator, traceIndicator, customerJourney, operationServerName, newReleaseFwName) { +exports.inquireBasicAuthRequestApprovals = async function (body, user, xCorrelator, traceIndicator, customerJourney, operationServerName) { let subscribingApplicationName = body["application-name"]; let subscribingApplicationReleaseNumber = body["release-number"]; let subscribingApplicationProtocol = body["protocol"]; @@ -436,7 +436,7 @@ exports.inquireBasicAuthRequestApprovals = async function (body, user, xCorrelat * customerJourney String Holds information supporting customer’s journey to which the execution applies * no response value expected for this operation **/ -exports.inquireOamRequestApprovals = async function (body, user, xCorrelator, traceIndicator, customerJourney, operationServerName, newReleaseFwName) { +exports.inquireOamRequestApprovals = async function (body, user, xCorrelator, traceIndicator, customerJourney, operationServerName) { let subscribingApplicationName = body["oam-approval-application"]; let subscribingApplicationReleaseNumber = body["oam-approval-application-release-number"]; let subscribingApplicationProtocol = body["oam-approval-protocol"]; @@ -628,7 +628,6 @@ exports.redirectTopologyChangeInformation = async function (body, user, xCorrela **/ exports.registerYourself = async function (body, user, xCorrelator, traceIndicator, customerJourney, operationServerName) { let ltpConfigurationList = []; - let forwardingConstructConfigurationStatus; let preceedingApplicationName; let preceedingApplicationRelease;