Improve log message for invalid TotalRecordCount in getItems
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -35,8 +35,7 @@ function mergeResults(results: BaseItemDtoQueryResult[]) {
|
||||
continue;
|
||||
}
|
||||
if (result.TotalRecordCount == null) {
|
||||
console.log(`Retrieved TotalRecordCount is invalid: ${
|
||||
result.TotalRecordCount}`);
|
||||
console.log('[getItems] Retrieved TotalRecordCount is invalid', result.TotalRecordCount);
|
||||
continue;
|
||||
}
|
||||
if (result.StartIndex == null) {
|
||||
|
||||
Reference in New Issue
Block a user