| 2 | import { start, end, error } from './views/emails/sync'; |
| 3 | |
| 4 | export default class SyncMailer { |
| 5 | static async start({ to }: { to: string }) { |
| 6 | return ApplicationMailer.send({ |
| 7 | to, |
nothing calls this directly
no outgoing calls
no test coverage detected