Add the fns for all match op types
They aren't use, but we might as well be correct.
This commit is contained in:
parent
b29afb80a2
commit
2ae96e845d
|
@ -18,10 +18,10 @@ receiver maybeReceiver groups =
|
|||
by (filterAlertGroup ((regex >> contains) value)) groups
|
||||
|
||||
NotEq ->
|
||||
groups
|
||||
by (filterAlertGroup ((/=) value)) groups
|
||||
|
||||
NotRegexMatch ->
|
||||
groups
|
||||
by (filterAlertGroup (((regex >> contains) value) >> not)) groups
|
||||
|
||||
Nothing ->
|
||||
groups
|
||||
|
|
Loading…
Reference in New Issue