Skip to content

Commit

Permalink
timer patch for account.ts
Browse files Browse the repository at this point in the history
kirill-l timer patch for account.ts

Signed-off-by: Øx <35565671+krypt0x@users.noreply.github.com>
  • Loading branch information
krypt0x authored Jul 23, 2024
1 parent ed6e94b commit 8f579cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class AccountView extends DestructableView{
}

destruct = (): Promise<void> => {
clearInterval(this.intervalRefresh);
clearInterval(this.intervalRefresh[Symbol.toPrimitive]());
return super.destruct();
}

Expand Down

0 comments on commit 8f579cc

Please sign in to comment.