mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Typo Fixed
This commit is contained in:
parent
e1d5e8f202
commit
09f6d64e1b
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ def get_json_retro_hunt_nb_items_by_date():
|
|||
if date_from and date_to:
|
||||
res = Tracker.get_retro_hunt_nb_item_by_day([task_uuid], date_from=date_from, date_to=date_to)
|
||||
else:
|
||||
res = Term.get_retro_hunt_nb_item_by_day([task_uuid])
|
||||
res = Tracker.get_retro_hunt_nb_item_by_day([task_uuid])
|
||||
return jsonify(res)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue