Skip to content

deleteMany documents in pre middleware of delete #11035

Answered by vkarpov15
arashi-dev asked this question in Q&A
Discussion options

You must be logged in to vote

Try

@pre(/remove|delete/i, { document: true, query: false}, async function (this: DocumentType<Comment>) {
    await CommentModel.deleteMany({ parentId: this._id })
})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Uzlopak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants