Skip to content

Commit

Permalink
Update account.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Øx <35565671+krypt0x@users.noreply.github.com>
  • Loading branch information
krypt0x authored Apr 26, 2024
1 parent 25bcfe6 commit 84cc908
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 @@ -72,7 +72,7 @@ class AccountView extends DestructableView{

this.checkOptimization();
AppState.enableLeftMenu();
this.intervalRefresh = currentWindow.setInterval(() => {
this.intervalRefresh = setInterval(() => {
this.refresh();
}, 1 * 1000);

Expand Down

0 comments on commit 84cc908

Please sign in to comment.