({
content,
userId,
teamId,
id,
socketId,
}: {
content: string;
userId: string;
teamId: string;
id: string;
socketId?: string;
})
| 64 | }): Promise<{ comment: ICommentDocument; userIdsToNotify: string[] }>; |
| 65 | |
| 66 | edit({ |
| 67 | content, |
| 68 | userId, |
| 69 | teamId, |
nothing calls this directly
no outgoing calls
no test coverage detected