Skip to content

Commit

Permalink
Merge pull request #539 from dhhruv/main
Browse files Browse the repository at this point in the history
Temporary Solution for "18 and above" bug
  • Loading branch information
bombardier-gif authored Aug 5, 2021
2 parents e517179 + 0d5b634 commit 791f378
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 791f378

Please sign in to comment.