Skip to content

Commit

Permalink
chore: added tests for batching
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Nov 30, 2023
1 parent 68bcea7 commit db59918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v0/destinations/campaign_manager/networkHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const {
} = require('../../../adapters/utils/networkUtils');
const tags = require('../../util/tags');

// eslint-disable-next-line @typescript-eslint/no-unused-vars
function checkIfFailuresAreRetryable(response, proxyOutputObj) {
function checkIfFailuresAreRetryable(response) {
const { status } = response;
try {
if (Array.isArray(status)) {
Expand Down

0 comments on commit db59918

Please sign in to comment.