Fix members base info table.
This commit is contained in:
parent
7a895930e1
commit
c35d6585cc
1 changed files with 2 additions and 3 deletions
|
@ -260,9 +260,8 @@
|
||||||
sep)))
|
sep)))
|
||||||
|
|
||||||
;; Returns dictionary with statistics about the members base.
|
;; Returns dictionary with statistics about the members base.
|
||||||
(define (members-base-info mb-arg)
|
(define (members-base-info mb)
|
||||||
(let* ((mb (filter-members-by-predicate mb-arg member-existing?))
|
(let* ((di0 (make-dict))
|
||||||
(di0 (make-dict))
|
|
||||||
(di1 (dict-set di0 'invalid
|
(di1 (dict-set di0 'invalid
|
||||||
(filter-members-by-predicate mb
|
(filter-members-by-predicate mb
|
||||||
(compose not is-4digit-prime? member-id))))
|
(compose not is-4digit-prime? member-id))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue