Skip to content

Commit

Permalink
real 0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Sep 21, 2020
1 parent 0dd21b7 commit 30d82f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {
beforeMount() {
this.fetchNotifications()
this.loop = setInterval(() => this.fetchNotifications(), 15000)
this.loop = setInterval(() => this.fetchNotifications(), 60000)
},
mounted() {
Expand Down

0 comments on commit 30d82f2

Please sign in to comment.