mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-18 12:43:56 +00:00
minor linting things
This commit is contained in:
@@ -159,7 +159,7 @@ func run(ctx context.Context, c *cli.Command) error {
|
||||
return errors.New("config path cannot be empty")
|
||||
}
|
||||
|
||||
logLevel := slog.LevelInfo
|
||||
var logLevel slog.Level
|
||||
|
||||
logLevelFromFlag := c.String("log-level")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user