added implementations

This commit is contained in:
Bryce Covert
2019-12-19 10:16:01 -08:00
parent dbbaf37bdd
commit ca2f1d84de
2 changed files with 43 additions and 4 deletions

View File

@@ -126,3 +126,10 @@
first)
(:client/default-location client)
(first (:client/locations client))))
(defn dbg-parse [v]
(doto
(map
(fn [x] (dissoc x :full-text :text))
(parse v))
clojure.pprint/pprint ))