Code clean up. Simplifying person, user, contact, and address methods
This commit is contained in:
@@ -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,
|
||||
):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user