normalize graph

This commit is contained in:
A.Unger
2021-11-08 12:04:30 +01:00
parent e8b9186ba3
commit 4c9e4713cf
5 changed files with 16 additions and 28 deletions
+1 -4
View File
@@ -24,10 +24,7 @@ func Server(cfg *config.Config) *cli.Command {
cfg.HTTP.Root = strings.TrimSuffix(cfg.HTTP.Root, "/")
}
if err := ParseConfig(ctx, cfg); err != nil {
return err
}
return nil
return ParseConfig(ctx, cfg)
},
Action: func(c *cli.Context) error {
logger := NewLogger(cfg)