Skip to content

Commit

Permalink
Update meal prices (#38)
Browse files Browse the repository at this point in the history
Updated meal prices to reflect changes made in 2024-25 academic year
  • Loading branch information
colinsantos authored Nov 3, 2024
1 parent ce7da3d commit 0c0e866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c0e866

Please sign in to comment.