Skip to content

Commit 6edaaba

Browse files
committed
fix(notifications): revert ValidateNotificationFilters call from MapAfterLocalLoad
1 parent c7909e7 commit 6edaaba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/pkg/mapper/notification/local_load.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ func (m *mapper) MapAfterLocalLoad(ctx context.Context, recipe *model.LocalLoadR
1818
errs := errors.NewMultiError()
1919
if err := m.loadConfigFile(ctx, recipe, notification); err != nil {
2020
errs.Append(err)
21-
} else if err := model.ValidateNotificationFilters(notification.Filters); err != nil {
22-
errs.Append(err)
2321
}
2422
if err := m.loadMetaFile(ctx, recipe); err != nil {
2523
errs.Append(err)

0 commit comments

Comments
 (0)