16986 fixed unsubscribe all
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user