config: Remove unused config field

The implementation did not use this field after all.
This commit is contained in:
Thorben Günther 2024-09-11 22:18:44 +02:00
parent af3857d162
commit 765235c0ca
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED

View file

@ -21,7 +21,6 @@ const (
// Config is the configuration of the bridge. // Config is the configuration of the bridge.
type Config struct { type Config struct {
Include string
BaseURL string BaseURL string
HTTPAddress string HTTPAddress string
LogLevel string LogLevel string