We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe545e commit 9bf357eCopy full SHA for 9bf357e
src/main/java/com/catcher/batch/core/service/BatchService.java
@@ -58,6 +58,7 @@ public void batch(List<? extends ApiResponse> apiResponses) {
58
59
if (!saveItems.isEmpty()) {
60
catcherItemRepository.saveAll(saveItems);
61
+ catcherItemRepository.saveAll(catcherItems);
62
}
63
64
if (!deleteItems.isEmpty()) {
0 commit comments