mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 03:13:33 +01:00
Fix staticcheck
This commit is contained in:
parent
4f5e40e161
commit
4ad1099e9f
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ func init() {
|
||||||
commands = append(commands, cmdToken)
|
commands = append(commands, cmdToken)
|
||||||
}
|
}
|
||||||
|
|
||||||
var flagsToken = append(
|
var flagsToken = flagsUser
|
||||||
flagsUser,
|
|
||||||
)
|
|
||||||
|
|
||||||
var cmdToken = &cli.Command{
|
var cmdToken = &cli.Command{
|
||||||
Name: "token",
|
Name: "token",
|
||||||
|
|
Loading…
Reference in a new issue