From 1fae3dd4149a409284e7bdcf6f6e017a68fbcf12 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Wed, 15 Jan 2025 15:11:02 +0100 Subject: [PATCH] remove useless param --- src/stores/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/user.js b/src/stores/user.js index 6e9491f..136f323 100644 --- a/src/stores/user.js +++ b/src/stores/user.js @@ -40,7 +40,7 @@ export const useUserStore = defineStore("user", () => { })); } - function readAllNotifications(notificationId) { + function readAllNotifications() { projects.value = projects.value.map((project) => ({ ...project, notifications: project.notifications.map((notification) => ({