소스 검색

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]