Skip to content

Commit

Permalink
XAS client primary key changed to xas_id
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 21, 2021
1 parent 0bbefea commit 8841c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp_api/routes/xas/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class XASRester(BaseRester):

suffix = "xas"
document_model = XASDoc # type: ignore
primary_key = "task_id"
primary_key = "xas_id"

def get_available_elements(
# TODO implement actual check
Expand Down

0 comments on commit 8841c26

Please sign in to comment.