Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip committed Jun 25, 2024
1 parent 81fe09e commit f015cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v0/destinations/gainsight/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const throwRetryableError = (errMsg, response) => {
throw new RetryableError(errMsg, 500, response);

Check warning on line 26 in src/v0/destinations/gainsight/util.js

View check run for this annotation

Codecov / codecov/patch

src/v0/destinations/gainsight/util.js#L26

Added line #L26 was not covered by tests
};

const makeHttpRequest = async ({ method, url, payload, config, statTags, options = {} }) => handleHttpRequest(
const makeHttpRequest = async ({ method, url, payload, config, statTags, options = {} }) =>
handleHttpRequest(
method,
url,
payload,
Expand Down

0 comments on commit f015cbc

Please sign in to comment.