Skip to content
Snippets Groups Projects
Commit 4a4ea4de authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add ToDo

parent 720b331a
Branches
No related tags found
No related merge requests found
...@@ -250,6 +250,7 @@ namespace ATxService ...@@ -250,6 +250,7 @@ namespace ATxService
report += $"\nPrevious system health report notification was sent {elapsedHuman}.\n"; report += $"\nPrevious system health report notification was sent {elapsedHuman}.\n";
_status.LastStartupNotification = DateTime.Now; _status.LastStartupNotification = DateTime.Now;
// TODO: recipients for the health report should be configurable, defaulting to admin
return SendAdminEmail(report, "system health report"); return SendAdminEmail(report, "system health report");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment