232201_test_to_master #62
|
@ -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