This commit is contained in:
leif stawnyczy 2024-03-26 13:20:48 -04:00
parent 75b53a7208
commit 5a9b0f317b
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ public class JpaJobPersistenceImpl implements IJobPersistence {
PageRequest.of(thePageIndex, thePageSize), theInstanceId);
} else {
chunks = myWorkChunkRepository.fetchChunksNoData(
PageRequest.of(thePageIndex, thePageSize), theInstanceId);
PageRequest.of(thePageIndex, thePageSize), theInstanceId);
}
for (Batch2WorkChunkEntity chunk : chunks) {
theConsumer.accept(toChunk(chunk));