almost allow completely adding new clients and sorting and filtering.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
(let [result (reduce-kv
|
||||
(fn [m k v]
|
||||
(if v
|
||||
(if (not (nil? v))
|
||||
(assoc m k v)
|
||||
m
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user