()
| 65 | }, |
| 66 | |
| 67 | async verifyConnection(): Promise<boolean> { |
| 68 | return microService.verifyEmailConnection(); |
| 69 | }, |
| 70 | |
| 71 | getTemplates(): Record<string, any> { |
| 72 | return microService.getTemplates(); |
nothing calls this directly
no test coverage detected