({
userId,
id,
isDiscussionBeingDeleted,
}: {
userId: string;
id: string;
isDiscussionBeingDeleted: boolean;
})
| 78 | }): Promise<ICommentDocument>; |
| 79 | |
| 80 | delete({ |
| 81 | userId, |
| 82 | id, |
| 83 | isDiscussionBeingDeleted, |
nothing calls this directly
no outgoing calls
no test coverage detected