A lot of route common params clean up
This commit is contained in:
@@ -83,8 +83,6 @@ async def common_route_params(
|
|||||||
|
|
||||||
commons = Common_Route_Params( x_account_id=x_account_id, x_account_id_random=x_account_id_random, limit=limit, enabled=enabled, by_alias=by_alias, exclude_unset=exclude_unset, response=response )
|
commons = Common_Route_Params( x_account_id=x_account_id, x_account_id_random=x_account_id_random, limit=limit, enabled=enabled, by_alias=by_alias, exclude_unset=exclude_unset, response=response )
|
||||||
|
|
||||||
# commons = { 'limit': limit, 'enabled': enabled, 'by_alias': by_alias, 'exclude_unset': exclude_unset }
|
|
||||||
|
|
||||||
log.debug(commons)
|
log.debug(commons)
|
||||||
|
|
||||||
return commons
|
return commons
|
||||||
|
|||||||
Reference in New Issue
Block a user