Browse Source

fix: initial data upload

Tienson Qin 1 month ago
parent
commit
8b5109cbcf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/frontend/worker/sync.cljs

+ 2 - 1
src/main/frontend/worker/sync.cljs

@@ -1045,7 +1045,8 @@
   (when (and (enabled?) (seq tx-data)
              (not (:rtc-tx? tx-meta))
              (:persist-op? tx-meta true)
-             (ldb/get-graph-rtc-uuid (:db-after tx-report)))
+             ;; (ldb/get-graph-rtc-uuid (:db-after tx-report))
+             )
     (enqueue-local-tx! repo tx-report)
     (when-let [client @worker-state/*db-sync-client]
       (when (= repo (:repo client))