(channelId: string)
| 761 | return `${teamId}:${channelId}`; |
| 762 | } |
| 763 | |
| 764 | private isDmChannelId(channelId: string): boolean { |
| 765 | return channelId.startsWith("D"); |
| 766 | } |
| 767 | |
| 768 | private getErrorMessage(err: unknown): string { |
no outgoing calls
no test coverage detected