Skip to content

Commit

Permalink
refactor: refactor implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Idiono-mfon committed Sep 28, 2023
1 parent b6a0848 commit 825dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medical/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def create_or_update(self, data):
item = Item.objects.create(**data)
return item

item = item = Item.objects.get(uuid=medicationItem_uuid)
item = Item.objects.get(uuid=medicationItem_uuid)

# Handle Update of medication item
item.save_history()
Expand Down

0 comments on commit 825dff6

Please sign in to comment.