diff --git a/src/pages/Worker/Card/WorkerNotificationsManager.vue b/src/pages/Worker/Card/WorkerNotificationsManager.vue index 2b6ec3340..989918b26 100644 --- a/src/pages/Worker/Card/WorkerNotificationsManager.vue +++ b/src/pages/Worker/Card/WorkerNotificationsManager.vue @@ -218,9 +218,8 @@ async function toggleNotif(notif, chip) { await axios.post( `NotificationSubscriptions/deleteNotification`, { - userId: entityId.value, - notificationId: notif.id, - authorId: tokenUser.data.id, + userFk: entityId.value, + notificationFk: notif.id, }, { headers: {