Skip to content

Commit

Permalink
Temporary Solution for "18 and above" bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhruv authored Jul 21, 2021
1 parent 02a72ca commit 0d5b634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def correct_schema(sessions):

def filter_centers_by_age(resp, min_age_booking):
if min_age_booking >= 45:
center_age_filter = 45
center_age_filter = 18
else:
center_age_filter = 18

Expand Down

0 comments on commit 0d5b634

Please sign in to comment.