From 4a4ea4dee154a5fa727a57cbe682175d325bb68f Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 29 Apr 2019 22:00:30 +0200
Subject: [PATCH] Add ToDo

---
 ATxService/Email.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ATxService/Email.cs b/ATxService/Email.cs
index 98c129d..1758921 100644
--- a/ATxService/Email.cs
+++ b/ATxService/Email.cs
@@ -250,6 +250,7 @@ namespace ATxService
 
             report += $"\nPrevious system health report notification was sent {elapsedHuman}.\n";
             _status.LastStartupNotification = DateTime.Now;
+            // TODO: recipients for the health report should be configurable, defaulting to admin
             return SendAdminEmail(report, "system health report");
         }
     }
-- 
GitLab