Skip to content

Commit ce71d5b

Browse files
author
timsolov
committed
bug fix in Args()
1 parent d17abd9 commit ce71d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: filter.go

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ func (f *Filter) Args() ([]interface{}, error) {
220220
return args, nil
221221
case NOT:
222222
if f.Value == NULL {
223+
args = append(args, f.Value)
223224
return args, nil
224225
}
225226
return nil, ErrUnknownMethod

0 commit comments

Comments
 (0)