зеркало из https://github.com/microsoft/Burrow.git
Fix(http notify): enable if Url is not empty
This commit is contained in:
Родитель
a91376a745
Коммит
c78ffb45e8
|
@ -36,7 +36,7 @@ type NotifyCenter struct {
|
|||
|
||||
func LoadNotifiers(app *ApplicationContext) error {
|
||||
notifiers := []notifier.Notifier{}
|
||||
if app.Config.Httpnotifier.Enable {
|
||||
if app.Config.Httpnotifier.Url != "" {
|
||||
if httpNotifier, err := NewHttpNotifier(app); err == nil {
|
||||
notifiers = append(notifiers, httpNotifier)
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче