mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08: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);
|
||||
|
||||
setInterval(reloadTime(), 60000);
|
||||
setInterval(reloadTime, 60000);
|
||||
|
||||
PgpUserStore.init();
|
||||
|
||||
|
|
Loading…
Reference in a new issue