fix: rtc ops

pull/10839/head
Tienson Qin 2024-01-08 15:39:30 +08:00
parent 38ba0dfa7c
commit 3d26b1fef9
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@
(let [schema (sqlite-util/get-schema repo)
conn (sqlite-common-db/get-storage-conn storage schema)]
(swap! *datascript-conns assoc repo conn)
(op-mem-layer/<init-load-from-indexeddb! repo)
(listen-to-db! repo conn)
(p/let [_ (op-mem-layer/<init-load-from-indexeddb! repo)]
(listen-to-db! repo conn))
nil))))
(defn- iter->vec [iter]