Skip to content

Commit

Permalink
fix for task results birthdate filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
biuti committed Aug 28, 2023
1 parent 4778dc2 commit 4bc7641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airscore/core/db/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ def get_task_results(cls, task_id: int) -> list:
p.name,
p.nat,
p.sex,
p.birthdate,
p.glider,
p.glider_cert,
p.sponsor,
Expand Down

0 comments on commit 4bc7641

Please sign in to comment.