Clean up and working on user related models, methods, and routes.
This commit is contained in:
@@ -598,8 +598,8 @@ async def get_user_obj_new(
|
||||
inc_event_track_list: bool = False,
|
||||
inc_hosted_file_list: bool = False,
|
||||
inc_journal_list: bool = False,
|
||||
# inc_membership: bool = False,
|
||||
inc_membership_list: bool = False,
|
||||
inc_membership: bool = False,
|
||||
# inc_membership_list: bool = False,
|
||||
# inc_order: bool = False,
|
||||
inc_order_list: bool = False,
|
||||
# inc_order_cart: bool = False,
|
||||
@@ -612,10 +612,6 @@ async def get_user_obj_new(
|
||||
inc_post_list: bool = False, # Priority l1
|
||||
# inc_post_comment: bool = False,
|
||||
inc_post_comment_list: bool = False,
|
||||
# inc_product: bool = False,
|
||||
# inc_product_list: bool = False,
|
||||
# inc_site: bool = False,
|
||||
# inc_site_list: bool = False,
|
||||
inc_user: bool = False,
|
||||
inc_user_list: bool = False,
|
||||
x_account_id: str = Header(...),
|
||||
|
||||
Reference in New Issue
Block a user