mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: 'reloadTime' function result is passed into 'setInterval' instead of the function
This commit is contained in:
parent
c59d19781f
commit
c75c0e9ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ export class AppUser extends AbstractApp {
|
||||||
}
|
}
|
||||||
}, 1);
|
}, 1);
|
||||||
|
|
||||||
setInterval(reloadTime(), 60000);
|
setInterval(reloadTime, 60000);
|
||||||
|
|
||||||
PgpUserStore.init();
|
PgpUserStore.init();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue