Refactor member-to-notify predicates.

This commit is contained in:
Dominik Pantůček 2023-04-23 13:41:54 +02:00
parent 738db88cf8
commit b01a59ca22
2 changed files with 6 additions and 2 deletions

View file

@ -236,6 +236,6 @@
(find-members-by-predicate
mb
(lambda (mr)
(member-to-notify? mb months))))
(member-to-notify? mr months))))
)