Skip to content

Commit

Permalink
chore: linting adyenHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 23, 2024
1 parent 5755571 commit 891efe1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -975,10 +975,10 @@ let adyenHelperObj = {
if (!resultObject || !resultObject.getText()) {
throw new Error(`No correct response from ${serviceType} service call`);
}
// Once analytics executeCall is separated in SFI-991, this if condition can be removed
if (serviceType !== constants.SERVICE.ADYEN_ANALYTICS){
// Once analytics executeCall is separated in SFI-991, this if condition can be removed
if (serviceType !== constants.SERVICE.ADYEN_ANALYTICS) {
analyticsEvent.createAnalyticsEvent(session.sessionID, serviceType, analyticsConstants.eventType.END, analyticsConstants.eventStatus.EXPECTED, analyticsConstants.eventCode.INFO);
}
}
return JSON.parse(resultObject.getText());
},
};
Expand Down

0 comments on commit 891efe1

Please sign in to comment.