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(
`NotificationSubscriptions/deleteNotification`,
{
userId: entityId.value,
notificationId: notif.id,
authorId: tokenUser.data.id,
userFk: entityId.value,
notificationFk: notif.id,
},
{
headers: {