MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/mailers/SyncMailer.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { start, end, error } from './views/emails/sync';
3
4export default class SyncMailer {
5 static async start({ to }: { to: string }) {
6 return ApplicationMailer.send({
7 to,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected