| 25 | import ChannelsService from 'services/channels'; |
| 26 | |
| 27 | export class ThreadsController { |
| 28 | static async get( |
| 29 | req: AuthedRequestWithTenantAndBody<getThreadType>, |
| 30 | res: Response, |
nothing calls this directly
no outgoing calls
no test coverage detected