Code clean up. Simplifying person, user, contact, and address methods

This commit is contained in:
Scott Idem
2022-01-06 13:19:12 -05:00
parent c127e0822c
commit 567f6a6302
6 changed files with 350 additions and 204 deletions

View File

@@ -198,7 +198,7 @@ async def patch_contact_json(
if contact_obj_up_result := update_contact_obj(
contact_id=contact_id,
contact_obj_up=contact_obj,
contact_dict_obj=contact_obj,
create_sub_obj=create_sub_obj,
):