Skip to content

Commit

Permalink
fix: Minor but crucial fix to get the previous fix working
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Aug 27, 2024
1 parent 99c6bff commit e0edaa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_remote_user_data/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ def compare_remote_with_local(
f"Some data in db was invalid. Starting fresh with incoming "
"data."
)
initial_user_data["user_profile"] = {}

new_data: dict = {"active": True}

Expand Down

0 comments on commit e0edaa4

Please sign in to comment.