From bab385c342d62c8116653a7d091b88a99a9cb381 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 4 Jan 2019 16:37:45 +0100 Subject: [PATCH] Remove unused key (config) --- bridge/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bridge/config/config.go b/bridge/config/config.go index b32db7da..932de2eb 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -130,7 +130,6 @@ type Protocol struct { UseInsecureURL bool // telegram WebhookBindAddress string // mattermost, slack WebhookURL string // mattermost, slack - WebhookUse string // mattermost, slack, discord } type ChannelOptions struct {