nnull fix...
This commit is contained in:
@@ -95,7 +95,8 @@
|
||||
(defn best-category [a]
|
||||
(->> ranges
|
||||
(filter (fn [[_ [start end]]]
|
||||
(<= start (:numeric-code a) end)))
|
||||
(and (:numeric-code a)
|
||||
(<= start (:numeric-code a) end))))
|
||||
first
|
||||
first))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user