Fix golangci lint.

This commit is contained in:
Maximilian Paß
2022-05-24 22:06:05 +02:00
parent 425ef900b1
commit 358769eb6b
2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ var (
},
Sentry: sentry.ClientOptions{},
InfluxDB: InfluxDB{
Url: "",
URL: "",
Token: "",
Organization: "",
Bucket: "",
@ -123,7 +123,7 @@ type logger struct {
// InfluxDB configures the usage of an Influx db monitoring.
type InfluxDB struct {
Url string
URL string
Token string
Organization string
Bucket string