From 9e968a9ef1279963a67c402944792e589c70c721 Mon Sep 17 00:00:00 2001 From: Nick Misasi Date: Thu, 3 Dec 2020 14:03:16 -0500 Subject: [PATCH] [MM-30973] Delinquent Account Emails: Possibility for duplicate emails to be sent (#16434) * Add a check to see if an email has already been sent for the current day's warning * undo a change --- model/system.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/system.go b/model/system.go index 4e76c95932..2841e45eeb 100644 --- a/model/system.go +++ b/model/system.go @@ -35,6 +35,7 @@ const ( AWS_METERING_DIMENSION_USAGE_HRS = "UsageHrs" USER_LIMIT_OVERAGE_CYCLE_END_DATE = "UserLimitOverageCycleEndDate" OVER_USER_LIMIT_FORGIVEN_COUNT = "OverUserLimitForgivenCount" + OVER_USER_LIMIT_LAST_EMAIL_SENT = "OverUserLimitLastEmailSent" ) const (