Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <[email protected]>
  • Loading branch information
koonpeng committed Jun 3, 2024
1 parent e4415fb commit d536f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-server/api_server/repositories/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ async def query_task_states(
query = add_pagination(
query,
pagination,
# TODO(koonpeng): remove this mapping after `pickup` and `destination` query is removed.
{"pickup": "label=pickup", "destination": "label=destination"},
group_by="labels__state_id",
)
Expand Down

0 comments on commit d536f95

Please sign in to comment.