Fix missing empty line

This commit is contained in:
Torjus Håkestad 2021-04-11 22:36:06 +02:00
parent c9cfc2c139
commit 8a1bbdaa1c

View File

@ -126,6 +126,7 @@ export default class Home extends Vue {
this.updateStats(); this.updateStats();
}, 5000); }, 5000);
} }
unmounted(): void { unmounted(): void {
clearInterval(this.updaterHandle); clearInterval(this.updaterHandle);
} }