mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 15:09:41 +00:00
fix: ci tests
This commit is contained in:
@@ -691,8 +691,8 @@
|
||||
(p/recur (rest remaining) (conj acc item))))))))
|
||||
|
||||
(defn- rehydrate-large-titles!
|
||||
[repo {:keys [graph-id download-fn aes-key tx-data]}]
|
||||
(when-let [conn (worker-state/get-datascript-conn repo)]
|
||||
[repo {:keys [graph-id download-fn aes-key tx-data conn]}]
|
||||
(when-let [conn (or conn (worker-state/get-datascript-conn repo))]
|
||||
(let [download-fn (or download-fn download-large-title!)
|
||||
graph-id (or graph-id (get-graph-id repo))
|
||||
items (if (seq tx-data)
|
||||
|
||||
@@ -710,6 +710,7 @@
|
||||
(-> (p/let [result (#'db-sync/rehydrate-large-titles!
|
||||
test-repo
|
||||
{:tx-data tx-data
|
||||
:conn conn
|
||||
:graph-id "graph-1"
|
||||
:download-fn download-fn
|
||||
:aes-key nil})
|
||||
|
||||
Reference in New Issue
Block a user