Add the fns for all match op types

They aren't use, but we might as well be correct.
This commit is contained in:
stuart nelson 2017-04-24 14:56:54 +02:00
parent b29afb80a2
commit 2ae96e845d
1 changed files with 2 additions and 2 deletions

View File

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