Fix filter arity.
This commit is contained in:
parent
164795d3d6
commit
2be2371a77
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
|||
(brmember-info mr 'mail))
|
||||
(bdict-filter-values
|
||||
(mbase-members mb)
|
||||
(lambda (mr)
|
||||
(lambda (id mr)
|
||||
(or (and active
|
||||
(brmember-active? mr))
|
||||
(and suspended
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue