Skip to content

Commit

Permalink
Fix primary key
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Jul 27, 2022
1 parent dcb83ec commit 6cf7889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-api/app.py
Expand Up @@ -198,7 +198,7 @@
alloy_pairs_store = MongoURIStore(
uri=db_uri,
database=f"mp_core_{db_suffix}",
key="material_id",
key="pair_id",
collection_name="alloy_pairs",
)

Expand Down

0 comments on commit 6cf7889

Please sign in to comment.