Formatting fixes

This commit is contained in:
Your New SJW Waifu 2019-10-08 10:49:32 -05:00
parent 22925bdb1f
commit 3c00fd0e32
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ const Banner = {
}
},
created () {
this.updateBanner () this.timer = setInterval(this.updateBanner, 300000)
this.updateBanner()
this.timer = setInterval(this.updateBanner, 300000)
},
beforeDestroy () {
clearInterval(this.timer)