Skip to content

Commit

Permalink
fix: small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Jan 25, 2024
1 parent 80b20fc commit c4ce151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v0/destinations/marketo_bulk_upload/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const {
RetryableError,
NetworkError,
TransformationError,
isDefinedAndNotNull,
} = require('@rudderstack/integrations-lib');
const { handleHttpRequest } = require('../../../adapters/network');
const tags = require('../../util/tags');
Expand Down Expand Up @@ -161,7 +160,7 @@ const getAccessToken = async (config) => {
}
return accessTokenResponse.response.access_token;
}
throw new RetyrableError(
throw new RetryableError(

Check warning on line 163 in src/v0/destinations/marketo_bulk_upload/util.js

View check run for this annotation

Codecov / codecov/patch

src/v0/destinations/marketo_bulk_upload/util.js#L163

Added line #L163 was not covered by tests
`Could not retrieve authorisation token due to error ${JSON.stringify(accessTokenResponse)}`,
500,
);
Expand Down

0 comments on commit c4ce151

Please sign in to comment.