소스 검색

#7383 Fix factory typo in telegram notifier (#7406)

Stanislav Vetlovskiy 9 년 전
부모
커밋
bd4eadf69c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/services/alerting/notifiers/telegram.go

+ 1 - 1
pkg/services/alerting/notifiers/telegram.go

@@ -20,7 +20,7 @@ func init() {
 		Type:        "telegram",
 		Name:        "Telegram",
 		Description: "Sends notifications to Telegram",
-		Factory:     NewOpsGenieNotifier,
+		Factory:     NewTelegramNotifier,
 		OptionsTemplate: `
       <h3 class="page-heading">Telegram API settings</h3>
       <div class="gf-form">