Bump ITEMS_PER_REQUEST_LIMIT to 40 (getItems call)
This commit is contained in:
@@ -6,7 +6,7 @@ interface GetItemsRequest {
|
||||
Limit?: number;
|
||||
}
|
||||
|
||||
const ITEMS_PER_REQUEST_LIMIT = 25;
|
||||
const ITEMS_PER_REQUEST_LIMIT = 40;
|
||||
|
||||
function getItemsSplit(apiClient: ApiClient, userId: string, options: GetItemsRequest) {
|
||||
const optionsTemplate = { ...options };
|
||||
|
||||
Reference in New Issue
Block a user