General clean up

This commit is contained in:
Scott Idem
2021-06-24 12:26:35 -04:00
parent 6e0ceefa48
commit e11639bf24
7 changed files with 173 additions and 161 deletions

View File

@@ -276,7 +276,7 @@ async def get_account_obj_new(
# ### BEGIN ### API Account ### get_account_obj_membership_member_list() ###
# Working well as of 2021-06-23. Using as a template for other routes.
# Working well as of 2021-06-24. Using as a template for other routes.
@router.get('/{account_id}/membership_member_list', response_model=Resp_Body_Base)
async def get_account_obj_membership_member_list(
account_id: str = Query(..., min_length=1, max_length=22),
@@ -342,7 +342,7 @@ async def get_account_obj_membership_member_list(
inc_organization = inc_organization,
inc_person = inc_person,
inc_product = inc_product,
inc_product_list = inc_product_list,
# inc_product_list = inc_product_list,
inc_user = inc_user,
):
membership_member_result_list.append(load_membership_member_result)