Resolve compiler warning

This commit is contained in:
Siegfried Siegert 2020-09-13 17:57:23 +02:00
parent 4a66fc4566
commit 91b94bd230

View File

@ -80,7 +80,7 @@ func main() {
log.Panic(err) log.Panic(err)
} }
env := &env.Env{db, config} env := &env.Env{DB: db, Config: config}
mqtt.Setup(env) mqtt.Setup(env)
mqtt.Connect() mqtt.Connect()