fix: lint

This commit is contained in:
rcmerci
2024-11-21 18:44:41 +08:00
committed by Tienson Qin
parent 6d9da5713d
commit 8e21407ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
[[:block/updated-at "[\"~#'\",1724836490810]" true]
[:block/created-at "[\"~#'\",1724836490810]" true]
[:block/title "[\"~#'\",\"block1\"]" true]]]}
(set (map helper/simplify-client-op (client-op/get-all-ops const/downloaded-test-repo)))))))
(set (map helper/simplify-client-op (client-op/get-all-block-ops const/downloaded-test-repo)))))))
:client2 nil})
(def ^:private step1

View File

@@ -103,7 +103,7 @@
(let [r (m/? (m/timeout
(m/reduce (fn [_ v]
(when (and (= :rtc.log/push-local-update (:type v))
(empty? (client-op/get-all-ops const/downloaded-test-repo)))
(empty? (client-op/get-all-block-ops const/downloaded-test-repo)))
(is (nil? (:ex-data v)))
(reduced v)))
rtc-log-and-state/rtc-log-flow)