almost allow completely adding new clients and sorting and filtering.

This commit is contained in:
BC
2019-02-18 09:33:32 -08:00
parent a5d0579164
commit b8dffa45d6
9 changed files with 105 additions and 34 deletions

View File

@@ -24,7 +24,7 @@
(let [result (reduce-kv
(fn [m k v]
(if v
(if (not (nil? v))
(assoc m k v)
m
))