Skip to content

Commit 08f25a3

Browse files
authored
Merge pull request #1807 from Mephistic/fix-test-send
Fix Send Test Email Script
2 parents 8b3037a + 41ba979 commit 08f25a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/firebase-admin/sendTestEmail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const renderToHtmlString = (digestData: NotificationEmailDigest) => {
6262
"utf8"
6363
)
6464
const compiledTemplate = handlebars.compile(templateSource)
65-
return compiledTemplate({ digestData })
65+
return compiledTemplate(digestData)
6666
}
6767

6868
// Summary of Bills

0 commit comments

Comments
 (0)