()
| 215 | * on top, so callers only pass what's specific to their template. |
| 216 | */ |
| 217 | export const baseTemplateVariables = (): Record<string, unknown> => ({ |
| 218 | appName: env.APP_NAME, |
| 219 | notificationSettingsUrl: env.NOTIFICATION_SETTINGS_URL, |
| 220 | }); |
no outgoing calls
no test coverage detected