Skip to content

Commit

Permalink
add a missing clearTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Jul 30, 2020
1 parent cb0dcca commit 2b42957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/Listings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export = class Listings {

this.autoRelistEnabled = true;

clearTimeout(this.autoRelistRetryTimeout);
clearTimeout(this.autoRelistTimeout);

const doneWait = (): void => {
Expand Down

0 comments on commit 2b42957

Please sign in to comment.