232201_dev_to_test #59

Merged
alexm merged 48 commits from dev into test 2023-06-01 07:18:41 +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(
`NotificationSubscriptions/deleteNotification`,
{
userId: entityId.value,
notificationId: notif.id,
authorId: tokenUser.data.id,
userFk: entityId.value,
notificationFk: notif.id,
},
{
headers: {