Skip to content

Commit

Permalink
[pinpoint-apm#9000] Backport: Use insertRuleExceptWebhookSend when we…
Browse files Browse the repository at this point in the history
…bhook.enable=false
  • Loading branch information
ga-ram committed Jun 30, 2022
1 parent 549daa1 commit b834ad7
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 b834ad7

Please sign in to comment.