Skip to content

Commit

Permalink
Fix another miss from manual cherry-pick
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas committed Mar 15, 2024
1 parent 053b703 commit 4ee977d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,17 @@ public void onFailure(Exception e) {
}
}
}
} else {
onIndexMonitorRequestCreation(
index,
monitorsToBeUpdated,
monitorsToBeAdded,
rulesById,
detector,
refreshPolicy,
queryFieldNames,
listener
);
}
}

Expand Down

0 comments on commit 4ee977d

Please sign in to comment.