diff --git a/src/retrier.js b/src/retrier.js index fad0b6d..3a88212 100644 --- a/src/retrier.js +++ b/src/retrier.js @@ -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;