remove useless param

This commit is contained in:
isUnknown 2025-01-15 15:11:02 +01:00
parent f582bf847a
commit 1fae3dd414

View file

@ -40,7 +40,7 @@ export const useUserStore = defineStore("user", () => {
})); }));
} }
function readAllNotifications(notificationId) { function readAllNotifications() {
projects.value = projects.value.map((project) => ({ projects.value = projects.value.map((project) => ({
...project, ...project,
notifications: project.notifications.map((notification) => ({ notifications: project.notifications.map((notification) => ({