This commit is contained in:
2022-05-16 12:53:09 -07:00
parent 11722415fc
commit ba3c4fe0c6

View File

@@ -115,7 +115,7 @@
:body)] :body)]
(log/info "found " (count (:orders result))) (log/info "found " (count (:orders result)))
(if (not-empty (:cursor result)) (if (not-empty (:cursor result))
(concat (:orders result) (continue-search client location cursor)) (concat (:orders result) (continue-search client location d cursor))
(:orders result)))) (:orders result))))
(defn search (defn search