fix: typo

pull/6277/head^2
Tienson Qin 2022-08-11 20:44:16 +08:00
parent 05da02659a
commit 31fee024f6
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@
(defn ^:export custom_query
[query-string]
(let [result (let [query (cljs.reader/read-string query-map-or-string)]
(let [result (let [query (cljs.reader/read-string query-string)]
(db/custom-query {:query query}))]
(bean/->js (normalize-keyword-for-json (flatten @result)))))