change request parameters to match backend
gitea/salix-front/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pau 2023-01-03 08:22:44 +01:00
parent b4d66e8496
commit 50376a3ec5
1 changed files with 2 additions and 3 deletions

View File

@ -218,9 +218,8 @@ async function toggleNotif(notif, chip) {
await axios.post( await axios.post(
`NotificationSubscriptions/deleteNotification`, `NotificationSubscriptions/deleteNotification`,
{ {
userId: entityId.value, userFk: entityId.value,
notificationId: notif.id, notificationFk: notif.id,
authorId: tokenUser.data.id,
}, },
{ {
headers: { headers: {