We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66c772 commit 5858a1cCopy full SHA for 5858a1c
packages/constants/src/index.ts
@@ -45,4 +45,5 @@ export * from './mcp'
45
export * from './evaluations'
46
export * from './integrations'
47
48
-export const EMAIL_TRIGGER_DOMAIN = 'run.latitude.so' as const // TODO: Move to env
+// TODO: Move to env
49
+export const EMAIL_TRIGGER_DOMAIN = 'run.latitude.so' as const
0 commit comments