Store interval
This commit is contained in:
parent
877b59d0d3
commit
3a09dfb066
|
@ -27,7 +27,7 @@ export default class {
|
|||
}
|
||||
|
||||
init() {
|
||||
setInterval(this.checkForUpdates, this.interval);
|
||||
this.updateInterval = setInterval(this.checkForUpdates, this.interval);
|
||||
}
|
||||
|
||||
update() {
|
||||
|
|
Loading…
Reference in New Issue