fix(ci): lint errors

This commit is contained in:
Andelf
2022-03-10 12:22:03 +08:00
parent b453fed819
commit 194bc9dc88

View File

@@ -146,7 +146,7 @@
(when-let [f @*sync-search-indice-f]
(f datoms)))))))
(defn- listen-and-persist!
(defn listen-and-persist!
[repo]
(when-let [conn (get-conn repo false)]
(repo-listen-to-tx! repo conn)))