From 104e703868553f28a06666dab2e8c8da06eb3179 Mon Sep 17 00:00:00 2001 From: Katy Huang Date: Thu, 14 Dec 2023 18:52:51 -0800 Subject: [PATCH] change the support email on error message --- api/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/util.py b/api/util.py index a3936d1..1f5a872 100644 --- a/api/util.py +++ b/api/util.py @@ -289,7 +289,7 @@ def get_id(location: str) -> int: { 'category': 'Error Description', 'items': [{ - 'name': 'We encountered an error getting the menu data. If the campusdish website has the menu but we don\'t, send me an email at epedley@uci.edu and I\'ll look into a fix.', + 'name': 'We encountered an error getting the menu data. If the campusdish website has the menu but we don\'t, send me an email at katyh1@uci.edu and I\'ll look into a fix.', 'description': '🤷‍♂️', "nutrition": { "isVegan": True,