Skip to content

Commit

Permalink
chore: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed May 3, 2024
1 parent 0e711c5 commit a88b017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v1/destinations/campaign_manager/networkHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ function isEventAbortableAndExtractErrMsg(element, proxyOutputObj) {
}

const responseHandler = (responseParams) => {
const { destinationResponse, rudderJobMetadata } = responseParams;
const {logger} = responseParams;
const { destinationResponse, rudderJobMetadata, logger } = responseParams;
const message = `[CAMPAIGN_MANAGER Response V1 Handler] - Request Processed Successfully`;
const responseWithIndividualEvents = [];
const { response, status } = destinationResponse;
Expand Down

0 comments on commit a88b017

Please sign in to comment.