Skip to content

Commit

Permalink
[#9000] Use insertRuleExceptWebhookSend when webhook.enable=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram committed Jul 1, 2022
1 parent 8c1e394 commit 3ff6559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public AlarmServiceImpl(AlarmDao alarmDao, WebhookSendInfoDao webhookSendInfoDao

@Override
public String insertRule(Rule rule) {
return alarmDao.insertRule(rule);
return alarmDao.insertRuleExceptWebhookSend(rule);
}

@Override
Expand Down

0 comments on commit 3ff6559

Please # to comment.