Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Nov 29, 2024
1 parent 447cd2b commit 1e747aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,8 @@ func (n *NotificationJobSpec) GenerateNewNotifyConfigWithOldData() error {
return fmt.Errorf("lark_person_notification_config cannot be empty for type feishu_person notification")
}
default:
return fmt.Errorf("unsupported notification type: %s", n.WebHookType)
// TODO: this code is commented because of chagee old data. uncomment it if possible
//return fmt.Errorf("unsupported notification type: %s", n.WebHookType)
}

return nil
Expand Down

0 comments on commit 1e747aa

Please sign in to comment.