This commit is contained in:
Jan Krebs 2021-05-27 12:36:44 +02:00
parent 2244778187
commit 0379ad8828

View file

@ -27,6 +27,8 @@
(def auth? (s/keys :req-un [::user-name ::user-password]))
; This needs to be checked:
; Are LazySeq only lists on our case?
(defn cast-lazy-seq-to-vec
[lazy-seq]
(clojure.walk/postwalk #(if (instance? clojure.lang.LazySeq %)