merge fix
This commit is contained in:
parent
657f405ee0
commit
afc7161b6d
1 changed files with 4 additions and 4 deletions
|
|
@ -75,10 +75,10 @@ export const useNotificationsStore = defineStore('notifications', {
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
|
||||||
commit(
|
useUsersStore().addNewUsers({
|
||||||
'addNewUsers',
|
timestamp,
|
||||||
validNotifications.map((notification) => notification.from_profile),
|
data: validNotifications.map((notification) => notification.from_profile),
|
||||||
)
|
})
|
||||||
|
|
||||||
const statusNotifications = validNotifications.filter(
|
const statusNotifications = validNotifications.filter(
|
||||||
(notification) =>
|
(notification) =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue