mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Pass the date field in to the Spec11 Soy template
The daily template is the only one that needs it but we can always pass it in without issue. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231295089
This commit is contained in:
@@ -141,6 +141,7 @@ public class Spec11EmailUtils {
|
||||
|
||||
Map<String, Object> data =
|
||||
ImmutableMap.of(
|
||||
"date", date.toString(),
|
||||
"registry", registryName,
|
||||
"replyToEmail", spec11ReplyToAddress,
|
||||
"threats", threatMatchMap,
|
||||
|
||||
Reference in New Issue
Block a user