16986 fixed unsubscribe all

This commit is contained in:
2025-06-03 05:45:23 +01:00
parent 297a5dfc77
commit c38da6c8d8
2 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ const deleteWatchedCases = async (watchedCaseID) => {
return axios(config)
.then(({ data }) => {
//console.log("deleted watched case - " + watchedCaseID);
console.log("deleted watched case - " + watchedCaseID);
res.status(200).json(data);
})
.catch((error) => {