mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix currentUser mutation
This commit is contained in:
parent
d4a4c9f362
commit
1c4b08ddba
@ -87,7 +87,6 @@ export const actions = {
|
||||
id
|
||||
url
|
||||
}
|
||||
}
|
||||
notifications(read: false, orderBy: createdAt_desc) {
|
||||
id
|
||||
read
|
||||
@ -105,6 +104,7 @@ export const actions = {
|
||||
slug
|
||||
}
|
||||
}
|
||||
}
|
||||
}`)
|
||||
})
|
||||
if (!currentUser) return dispatch('logout')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user