From 0c0e866dc97a73421fa7fff7d6a14f0b3c5a8baf Mon Sep 17 00:00:00 2001 From: Colin Santos <33386263+colinsantos@users.noreply.github.com> Date: Sun, 3 Nov 2024 14:16:32 -0800 Subject: [PATCH] Update meal prices (#38) Updated meal prices to reflect changes made in 2024-25 academic year --- api/util.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/util.py b/api/util.py index 1f5a872..74f96c5 100644 --- a/api/util.py +++ b/api/util.py @@ -189,10 +189,10 @@ def get_id(location: str) -> int: } DEFAULT_PRICES = { - 'breakfast': 9.75, - 'lunch': 13.75, - 'brunch': 13.75, - 'dinner': 14.95 + 'breakfast': 14.75, + 'lunch': 15.75, + 'brunch': 15.75, + 'dinner': 15.75 } # Default opening and closing times