General clean up
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user