change <= for <

This commit is contained in:
pablodip 2018-01-31 18:51:44 +01:00
parent eef57a3046
commit 489260aaf4
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
::bounty-filter-type.predicate (fn [filter-value bounty]
(condp = filter-value
::bounty-filter-type-claims-option|no-claims
(<= 0 (:claim-count bounty))))}})
(= 0 (:claim-count bounty))))}})
(def bounty-filter-types (keys bounty-filter-types-def))