Skip to content

Commit

Permalink
Rollback log
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleValentini1 committed Oct 15, 2024
1 parent e5f95d0 commit 11f8a6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public Uni<List<String>> createResourceMultiple(List<ResourceEntity> resourceEnt
});
})
.onFailure().recoverWithItem(throwable -> {
log.error("Error processing file {}: {}", filename, throwable.getMessage());
errors.add(String.format("%s: %s", filename, throwable.getMessage()));
return null;
});
Expand Down

0 comments on commit 11f8a6e

Please sign in to comment.