Skip to content

Commit

Permalink
fix: corrected the alarm group update loss issue (apache#495)
Browse files Browse the repository at this point in the history
Co-authored-by: gaoxihui <[email protected]>
  • Loading branch information
gaoxh and gaoxihui authored Oct 25, 2024
1 parent 3e3172c commit 2d7765b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,8 @@ public Result editRulesByStrategy(AlarmRuleRequest param) {

ruleData.setAlertMembers(param.getAlertMembers());
ruleData.setAtMembers(param.getAtMembers());

ruleData.setAlertTeam(param.getAlertTeam());

Result result = editAlarmRule(ruleData, alarmStrategy, appMonitor, param.getUser());
if (!result.isSuccess()) {
failResult.orElse(result);
Expand Down

0 comments on commit 2d7765b

Please sign in to comment.