Update Builder.go (#15) Fixed typo

Fixed typo
This commit is contained in:
Mario Candela
2022-11-15 09:54:38 +01:00
committed by GitHub
parent 5bfdff7097
commit 9ddb076621

View File

@ -44,7 +44,7 @@ func (b *Builder) buildLogger(configurations parser.Logging) error {
log.SetLevel(log.InfoLevel) log.SetLevel(log.InfoLevel)
} }
b.logsFile = logsFile b.logsFile = logsFile
return err return nil
} }
func (b *Builder) buildRabbitMQ(rabbitMQURI string) error { func (b *Builder) buildRabbitMQ(rabbitMQURI string) error {