Skip to content

Commit

Permalink
fix: remove duplicate set timeout property (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler authored Jan 17, 2024
1 parent 43f4329 commit 3c1e10e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/retrier.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export class Retrier {
throw new Error("Missing function to check errors");
}

this.#timeout = timeout;
this.#check = check;
this.#timeout = timeout;
this.#maxDelay = maxDelay;
Expand Down

0 comments on commit 3c1e10e

Please sign in to comment.