Skip to content

Commit

Permalink
fix conflixt errors
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Mar 13, 2024
1 parent 2cd2aa9 commit 2eea1a5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ public void getFindingsByMonitorIds(
null,
table,
null,
findingIndexName,
monitorIds, queryBuilder
findingIndexName, null, queryBuilder
);
AlertingPluginInterface.INSTANCE.getFindings((NodeClient) client, req, new ActionListener<>() {
@Override
Expand Down

0 comments on commit 2eea1a5

Please sign in to comment.