~xenrox/ntfy-alertmanager

765235c0ca28c5eb4787c5814e154e33ed831666 — Thorben Günther 2 months ago af3857d
config: Remove unused config field

The implementation did not use this field after all.
1 files changed, 0 insertions(+), 1 deletions(-)

M config/config.go
M config/config.go => config/config.go +0 -1
@@ 21,7 21,6 @@ const (

// Config is the configuration of the bridge.
type Config struct {
	Include     string
	BaseURL     string
	HTTPAddress string
	LogLevel    string