Add TODO
This commit is contained in:
parent
2244778187
commit
0379ad8828
1 changed files with 2 additions and 0 deletions
|
@ -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 %)
|
||||
|
|
Loading…
Reference in a new issue