({
userId,
discussionId,
}: {
userId: string;
discussionId: string;
})
| 67 | }): Promise<{ newOrUpdatedDiscussion: IDiscussionDocument; initialComments: ICommentDocument[] }>; |
| 68 | |
| 69 | delete({ |
| 70 | userId, |
| 71 | discussionId, |
| 72 | }: { |
no outgoing calls
no test coverage detected