Store interval

This commit is contained in:
Jiiks 2018-02-15 01:05:12 +02:00
parent 877b59d0d3
commit 3a09dfb066
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default class {
}
init() {
setInterval(this.checkForUpdates, this.interval);
this.updateInterval = setInterval(this.checkForUpdates, this.interval);
}
update() {