From c5f6738576b56219c244972e6af0939c1f9d1d04 Mon Sep 17 00:00:00 2001 From: Madeline OLeary Date: Tue, 9 Apr 2024 15:48:03 +0200 Subject: [PATCH] updates email for erros --- config/production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.json b/config/production.json index 33d2c4d8..dcce3028 100644 --- a/config/production.json +++ b/config/production.json @@ -38,7 +38,7 @@ "username": "tosdr-bot" }, "sendMailOnError": { - "to": "madeline.w.oleary@gmail.com", + "to": "tosdr.alerts@gmail.com", "from": "no-reply@tosdr.org", "sendWarnings": true, }