#392: stale data served to new user account

This commit is contained in:
dave 2019-02-28 14:03:44 -05:00
parent 24f3770fb5
commit ba2e05bc63
3 changed files with 18 additions and 4 deletions

View file

@ -11,7 +11,8 @@ const Notifications = {
const store = this.$store
const credentials = store.state.users.currentUser.credentials
notificationsFetcher.startFetching({ store, credentials })
const fetcherId = notificationsFetcher.startFetching({ store, credentials })
this.$store.commit('setNotificationFetcher', { fetcherId })
},
data () {
return {