change request parameters to match backend
gitea/salix-front/pipeline/head There was a failure building this commit
Details
gitea/salix-front/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
b4d66e8496
commit
50376a3ec5
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue