type bug
parent
bc56031c6c
commit
c0aff45212
|
@ -189,7 +189,7 @@ func setFilter(chatID int64, update tgbotapi.Update, text string, regFilterMatch
|
|||
|
||||
for _, v := range filterValues {
|
||||
switch v {
|
||||
case utils.NotificationTypeSuccess:
|
||||
case utils.NotificationTypeSuccessString:
|
||||
case utils.NotificationTypeInfoString:
|
||||
case utils.NotificationTypeWarningString:
|
||||
case utils.NotificationTypeErrorString:
|
||||
|
|
Loading…
Reference in New Issue