Skip to content

Commit

Permalink
chore(main): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Feb 9, 2024
1 parent 7844dc9 commit daaf816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var app = &cli.App{
&cli.StringFlag{
Name: "csrf.secret",
Usage: "A 32 bytes hex secret",
Action: func(ctx *cli.Context, s string) error {
Action: func(_ *cli.Context, s string) error {
data, err := hex.DecodeString(s)
if err != nil {
panic(err)
Expand Down

0 comments on commit daaf816

Please sign in to comment.