mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-24 08:01:36 +00:00
fix deviceuser list pageSize
This commit is contained in:
@@ -383,7 +383,7 @@ def print_():
|
||||
'list',
|
||||
customer=customer,
|
||||
parent=parent,
|
||||
pageSize=1,
|
||||
pageSize=20,
|
||||
orderBy=orderBy,
|
||||
filter=device_filter,
|
||||
pageToken=pageToken,
|
||||
|
||||
Reference in New Issue
Block a user