Skip to content

Commit

Permalink
fix updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed May 21, 2024
1 parent 3cf9d34 commit b189ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/api/serializers/consultation_symptom.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def update(self, instance, validated_data):
instance,
instance.updated_by_id,
instance.modified_date,
old_instance=old_instance,
old=old_instance,
)

return instance
Expand Down

0 comments on commit b189ff4

Please sign in to comment.