1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-10-28 07:32:40 +01:00

Fix staticcheck

This commit is contained in:
binwiederhier 2023-01-29 22:05:50 -05:00
parent 4f5e40e161
commit 4ad1099e9f

View file

@ -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",