From 765235c0ca28c5eb4787c5814e154e33ed831666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Wed, 11 Sep 2024 22:18:44 +0200 Subject: [PATCH] config: Remove unused config field The implementation did not use this field after all. --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index f1e09ea..e9d6d33 100644 --- a/config/config.go +++ b/config/config.go @@ -21,7 +21,6 @@ const ( // Config is the configuration of the bridge. type Config struct { - Include string BaseURL string HTTPAddress string LogLevel string