-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not capturing delete events. #91
Comments
Hello @garg10may,
I'll try to check that. If it not happens till tomorrow please ping me again here.
Thanks for your feedback!
Am 9. Januar 2022 10:37:55 MEZ schrieb garg10may ***@***.***>:
…If I am deleting the original document it's not capturing that. Tried using both 'fine' and 'deleteOne' syntax.
```
return await ppc.deleteOne({ _id: id });
return await ppc.find({ _id: id }).remove();
```
--
Reply to this email directly or view it on GitHub:
#91
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
@garg10may We have tests for the We didn't register |
Hey @garg10may are there any updates on this? |
As i understand deleteOne can't be captured since mongodb doesn't provide the same. In other lib also deleteOne is not captured. |
I tried to get a little into it. Mongoose doc supports capturing of the With a little time this could be implemented tho. What is your opinion on the topic? |
Hi there, Doing Am I mistaken or doing something wrong ? This could/should be added quickly WDTY ? Thanks |
@OriaLogic this is not related to the But coming to your issue, we are talking about this operation right? |
If I am deleting the original document it's not capturing that. Tried using both 'fine' and 'deleteOne' syntax.
The text was updated successfully, but these errors were encountered: