232201_test_to_master #62
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue