We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9d077 commit 2b29aceCopy full SHA for 2b29ace
1 file changed
resources/js/stores/notifications.js
@@ -54,7 +54,7 @@ export const useNotificationStore = defineStore('notifications', () => {
54
if (cursor) {
55
params.cursor = cursor
56
} else {
57
- await fetchUnreadCount(type)
+ await fetchUnreadCount()
58
}
59
60
const response = await axios.get('/api/v1/account/notifications', { params })
0 commit comments