Junaid Shahid
Results
2
comments of
Junaid Shahid
@williamJmelton thanks to share your findings but after that change i did face same issue.
I fixed issue on delete. The delete works with success code: `if(deleted.result.n === 0){` should be: `if(deleted.n === 0){`