Skip to content

Commit

Permalink
fix: alarm subscribe notice type (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
masaimu authored May 31, 2024
1 parent 5bcc730 commit 3272941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class AlarmSubscribeFacadeImplChecker
private AlarmWebhookMapper webhookMapper;

private static final Set<String> Notice_Type_Set =
new HashSet<>(Arrays.asList("dingding", "sms", "phone", "email", "dingDingRobot"));
new HashSet<>(Arrays.asList("dingding", "sms", "phone", "email", "dingDingRobot", "webhook"));


@Override
Expand Down

0 comments on commit 3272941

Please sign in to comment.