Skip to content

Not capturing delete events.  #91

@garg10may

Description

@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();

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions