Commit bd4eadf6 by Stanislav Vetlovskiy Committed by Torkel Ödegaard

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

parent 3c304b9b
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment