Skip to content

Commit

Permalink
Rebuild after dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Nov 1, 2023
1 parent 7e65fc3 commit 6bed06a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/apply/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11232,7 +11232,7 @@ function axiosRetry(axios, defaultOptions) {
}

config.transformRequest = [data => data];
onRetry(currentState.retryCount, error, config);
yield onRetry(currentState.retryCount, error, config);
return new Promise(resolve => setTimeout(() => resolve(axios(config)), delay));
}

Expand Down
2 changes: 1 addition & 1 deletion dist/destroy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11232,7 +11232,7 @@ function axiosRetry(axios, defaultOptions) {
}

config.transformRequest = [data => data];
onRetry(currentState.retryCount, error, config);
yield onRetry(currentState.retryCount, error, config);
return new Promise(resolve => setTimeout(() => resolve(axios(config)), delay));
}

Expand Down
2 changes: 1 addition & 1 deletion dist/outputs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11255,7 +11255,7 @@ function axiosRetry(axios, defaultOptions) {
}

config.transformRequest = [data => data];
onRetry(currentState.retryCount, error, config);
yield onRetry(currentState.retryCount, error, config);
return new Promise(resolve => setTimeout(() => resolve(axios(config)), delay));
}

Expand Down

0 comments on commit 6bed06a

Please sign in to comment.