Skip to content

Commit c598a62

Browse files
committed
Request retry test case added
1 parent 5de0ee3 commit c598a62

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/core/contentstack-retry.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default function contentstckRetry (axios, defaultOptions, retryLimit = 5,
1010
})
1111

1212
axios.interceptors.response.use(function (response) {
13-
// networkError = 0
1413
return response
1514
}, function (error) {
1615
var wait = retryDelay

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)