fix coderabbit comments

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-21 15:31:24 +01:00
parent 3fa1a5429e
commit f9b1ec5038
12 changed files with 44 additions and 15 deletions

View File

@@ -92,7 +92,7 @@ const ONBOARDING_EMAILS = [
}),
email({
day: 14,
template: 'onboarding-featue-request',
template: 'onboarding-feature-request',
data: (ctx) => ({
firstName: getters.firstName(ctx),
}),