Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Dashkevich committed Jun 5, 2024
1 parent ba0536e commit 86dcbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/retry.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RetryManager {
}

createRetry({ maxAttempts, delayFactor, fuzzFactor, initialDelay } = {}) {
return new RetryManager({
return new Retry({
maxAttempts: maxAttempts || this.maxAttempts_,
delayFactor: delayFactor || this.delayFactor_,
fuzzFactor: fuzzFactor || this.fuzzFactor_,
Expand Down

0 comments on commit 86dcbfe

Please sign in to comment.