Skip to content

Commit

Permalink
hotfix user save
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Oct 8, 2023
1 parent 8118ddd commit baa752f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/userServices.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def create_or_update_user_districts(i_user, district_ids, audit_user_id):
location_id=district_id,
defaults={"validity_to": None, "audit_user_id": audit_user_id},
)
cache.delete('user_disctrict_'+str(user.id))
cache.delete('user_disctrict_'+str(i_user.id))



Expand Down

0 comments on commit baa752f

Please sign in to comment.