浏览代码

fix(rtc): async/put! return nil

rcmerci 1 年之前
父节点
当前提交
8b879a28e8
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/frontend/db_worker.cljs

+ 1 - 2
src/main/frontend/db_worker.cljs

@@ -618,8 +618,7 @@
 
   (rtc-push-pending-ops
    [_this]
-   (async-util/c->p
-    (async/put! (:force-push-client-ops-chan @rtc-core/*state) true)))
+   (async/put! (:force-push-client-ops-chan @rtc-core/*state) true))
 
   (rtc-get-graphs
    [_this repo token]