Skip to content

Commit b8ccdfa

Browse files
committed
axios-retry api update
1 parent 0d99cea commit b8ccdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const util = require("util");
99
const AWS = require("aws-sdk");
1010
const config = require("config");
1111
const axios = require("axios");
12-
const axiosRetry = require("axios-retry");
12+
const axiosRetry = require("axios-retry").default;
1313
const busApi = require("topcoder-bus-api-wrapper");
1414
const NodeCache = require("node-cache");
1515
const HttpStatus = require("http-status-codes");

0 commit comments

Comments
 (0)