Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue

Co-Authored-By: mattwr18 <mattwr18@gmail.com>
This commit is contained in:
Wolfgang Huß 2019-09-21 07:51:39 +02:00
parent 433a555fd4
commit fb41d0064d

View File

@ -37,7 +37,7 @@ export default {
placement: { type: String },
},
created() {
setInterval(this.updateNotifications, REFRECH_MILISEC)
setInterval(this.updateNotifications, REFRESH_MILLISEC)
},
destroyed() {
clearInterval(this.updateNotifications)