main
alex 2023-10-21 19:02:05 +02:00
parent bc56031c6c
commit c0aff45212
1 changed files with 1 additions and 1 deletions

View File

@ -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: