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
|
||||
})
|
||||
|
||||
commit(
|
||||
'addNewUsers',
|
||||
validNotifications.map((notification) => notification.from_profile),
|
||||
)
|
||||
useUsersStore().addNewUsers({
|
||||
timestamp,
|
||||
data: validNotifications.map((notification) => notification.from_profile),
|
||||
})
|
||||
|
||||
const statusNotifications = validNotifications.filter(
|
||||
(notification) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue