maxNTFYActions should be const

This commit is contained in:
Thorben Günther 2024-11-07 20:02:22 +01:00
parent d25169e203
commit ea58dec539
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED

View file

@ -34,7 +34,7 @@ import (
var version = "dev"
var maxNTFYActions = 3
const maxNTFYActions = 3
type bridge struct {
cfg *config.Config