fix: result report email
This commit is contained in:
parent
9d33625198
commit
9900113e33
|
|
@ -628,7 +628,7 @@ The System`,
|
|||
<li><strong>%d Events Processed</strong></li>
|
||||
<li><strong>%d Total Bets</strong></li>
|
||||
</ul>
|
||||
<p><strong>Next Steps:</strong><br>Some events require your attention. Please <a href="https://your-dashboard-url.example">log into the admin dashboard</a> to review pending issues.</p>
|
||||
<p><strong>Next Steps:</strong><br>Some events require your attention. Please <a href="https://admin.fortunebets.net">log into the admin dashboard</a> to review pending issues.</p>
|
||||
<p>Best regards,<br>The System</p>`,
|
||||
greeting,
|
||||
strings.Join(partsHTML, "\n"),
|
||||
|
|
@ -639,7 +639,6 @@ The System`,
|
|||
return headline, plain, html
|
||||
}
|
||||
|
||||
|
||||
func (s *Service) SendAdminResultStatusErrorNotification(
|
||||
ctx context.Context,
|
||||
counts domain.ResultLog,
|
||||
|
|
@ -661,7 +660,6 @@ func (s *Service) SendAdminResultStatusErrorNotification(
|
|||
|
||||
headline, message := buildHeadlineAndMessage(counts)
|
||||
|
||||
|
||||
notification := &domain.Notification{
|
||||
ErrorSeverity: domain.NotificationErrorSeverityHigh,
|
||||
DeliveryStatus: domain.DeliveryStatusPending,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user