maxNTFYActions should be const
This commit is contained in:
parent
d25169e203
commit
ea58dec539
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -34,7 +34,7 @@ import (
|
|||
|
||||
var version = "dev"
|
||||
|
||||
var maxNTFYActions = 3
|
||||
const maxNTFYActions = 3
|
||||
|
||||
type bridge struct {
|
||||
cfg *config.Config
|
||||
|
|
Loading…
Add table
Reference in a new issue