Skip to content

Commit

Permalink
fix(controller): fix merge
Browse files Browse the repository at this point in the history
Signed-off-by: SSpirits <[email protected]>
  • Loading branch information
ShadowySpirits committed Nov 3, 2023
1 parent 77be835 commit 826bf3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void process() throws ControllerException {
);

if (!result.isEmpty()) {
s3ObjectMapper.batchDelete(result);
s3ObjectMapper.deleteByCriteria(S3ObjectCriteria.newBuilder().addAll(result).build());
streamObjectMapper.batchDelete(result);
}
}
Expand Down

0 comments on commit 826bf3b

Please sign in to comment.