We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7909e7 commit 6edaabaCopy full SHA for 6edaaba
1 file changed
internal/pkg/mapper/notification/local_load.go
@@ -18,8 +18,6 @@ func (m *mapper) MapAfterLocalLoad(ctx context.Context, recipe *model.LocalLoadR
18
errs := errors.NewMultiError()
19
if err := m.loadConfigFile(ctx, recipe, notification); err != nil {
20
errs.Append(err)
21
- } else if err := model.ValidateNotificationFilters(notification.Filters); err != nil {
22
- errs.Append(err)
23
}
24
if err := m.loadMetaFile(ctx, recipe); err != nil {
25
0 commit comments