232201_test_to_master #62

Merged
alexm merged 50 commits from 232201_test_to_master into master 2023-06-01 07:26:39 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 50376a3ec5 - Show all commits

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: {