Refactoring

This commit is contained in:
2023-12-12 10:02:45 +03:00
parent 08a7c9c04f
commit 309da64677
4 changed files with 7 additions and 33 deletions

View File

@@ -31,7 +31,7 @@ func main() {
log.Sugar().Infof("Start service version %s", version)
app, err := application.NewApplication(&cfg, log)
app, err := application.NewApplication(cfg, log)
if err != nil {
log.Error("new application", zap.Error(err))