Skip to content

Commit

Permalink
TaskRester primary key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 7, 2021
1 parent 0d063b5 commit 0b85a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mp_api/routes/tasks/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class TaskRester(BaseRester):

suffix = "tasks"
document_model = TaskDoc
primary_key = "task_id"

def get_trajectory(self, task_id):
"""
Expand Down

0 comments on commit 0b85a2c

Please sign in to comment.