summaryrefslogtreecommitdiffstats
path: root/services/webhook/telegram.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/webhook/telegram.go')
-rw-r--r--services/webhook/telegram.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/services/webhook/telegram.go b/services/webhook/telegram.go
index 93c464fe73..64211493ec 100644
--- a/services/webhook/telegram.go
+++ b/services/webhook/telegram.go
@@ -40,9 +40,7 @@ func GetTelegramHook(w *webhook_model.Webhook) *TelegramMeta {
return s
}
-var (
- _ PayloadConvertor = &TelegramPayload{}
-)
+var _ PayloadConvertor = &TelegramPayload{}
// JSONPayload Marshals the TelegramPayload to json
func (t *TelegramPayload) JSONPayload() ([]byte, error) {