({
userId,
id,
}: {
userId: string;
id: string;
})
| 104 | }): Promise<{ userIdsToNotify: string[]; parentMessageId: string }>; |
| 105 | |
| 106 | delete({ |
| 107 | userId, |
| 108 | id, |
| 109 | }: { |
nothing calls this directly
no outgoing calls
no test coverage detected