Skip to content

Commit 2b29ace

Browse files
authored
Update notifications.js (#439)
1 parent 3f9d077 commit 2b29ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/stores/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const useNotificationStore = defineStore('notifications', () => {
5454
if (cursor) {
5555
params.cursor = cursor
5656
} else {
57-
await fetchUnreadCount(type)
57+
await fetchUnreadCount()
5858
}
5959

6060
const response = await axios.get('/api/v1/account/notifications', { params })

0 commit comments

Comments
 (0)