|
|
@@ -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]
|