Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lehainam-dev committed May 30, 2024
1 parent 072b03b commit 5b341ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
rpcRequestTimeoutFlag = &cli.DurationFlag{
Name: "rpc-request-timeout",
EnvVars: []string{"RPC_REQUEST_TIMEOUT"},
Value: 10 * time.Second,
Value: 10 * time.Second, // nolint:gomnd
Usage: "Timeout for RPC request",
}
sanityNodeRPCFlag = &cli.StringFlag{
Expand Down

0 comments on commit 5b341ad

Please sign in to comment.