Skip to content

Commit

Permalink
Fix bug in code
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Jan 10, 2025
1 parent f10f273 commit e19c937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/emr/resources/user/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ def perform_extra_serialization(cls, mapping, obj: User):
mapping["geo_organization"] = OrganizationReadSpec.serialize(
obj.geo_organization
).to_json()
mapping["flags"] = obj.get_facility_flags()
mapping["flags"] = obj.get_all_flags()

0 comments on commit e19c937

Please sign in to comment.