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 6ce37bd commit 5d08304Copy full SHA for 5d08304
scripts/firebase-admin/sendTestEmail.ts
@@ -9,8 +9,8 @@ import { Timestamp } from "functions/src/firebase"
9
10
const path = require("path")
11
12
-const PARTIALS_DIR = "./functions/lib/email/partials/"
13
-const EMAIL_TEMPLATE_PATH = "./functions/lib/email/digestEmail.handlebars"
+const PARTIALS_DIR = "./functions/src/email/partials/"
+const EMAIL_TEMPLATE_PATH = "./functions/src/email/digestEmail.handlebars"
14
15
// Define Handlebars helper functions
16
handlebars.registerHelper("toLowerCase", helpers.toLowerCase)
0 commit comments