mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix(rtc): handle remote :graph-not-exist exception
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
[:op :keyword]
|
||||
[:block-uuid :uuid]]]]]]
|
||||
[:ex-data {:optional true} [:map [:type :keyword]]]
|
||||
[:ex-message {:optional true} :any]])
|
||||
[:ex-message {:optional true} :string]])
|
||||
|
||||
(def data-from-ws-coercer (m/coercer data-from-ws-schema mt/string-transformer))
|
||||
(def data-from-ws-validator (m/validator data-from-ws-schema))
|
||||
|
||||
Reference in New Issue
Block a user