Skip to content

Commit

Permalink
Merge pull request #4305 from MJedr/fix-merger
Browse files Browse the repository at this point in the history
fix merger hep
  • Loading branch information
MJedr authored Jul 27, 2023
2 parents 69ca332 + 3b0bb1c commit 69477d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspirehep/modules/workflows/tasks/manual_merging.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _merge_roots_hep(new_uuid, head_roots, update_roots):
dict(
source=update_root["source"],
record_uuid=new_uuid,
json=update_root["json"],
json=update_root["json_data"],
)
)
requests.delete(
Expand Down

0 comments on commit 69477d9

Please sign in to comment.