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

Method error

apps/web/mailers/SyncMailer.ts:22–29  ·  view source on GitHub ↗
({ to }: { to: string })

Source from the content-addressed store, hash-verified

20 });
21 }
22 static async error({ to }: { to: string }) {
23 return ApplicationMailer.send({
24 to,
25 subject: 'Sync failed in Linen.dev',
26 text: `We've failed to sync your data.`,
27 html: error(),
28 });
29 }
30}

Callers

nothing calls this directly

Calls 2

errorFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected