From 3ceada14aaf1dad575b4e0e7106ca594fb1839f9 Mon Sep 17 00:00:00 2001 From: rcmerci Date: Thu, 30 Mar 2023 13:55:41 +0800 Subject: [PATCH] fix(sync): add missing sync event schema --- src/main/frontend/pubsub.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/frontend/pubsub.cljc b/src/main/frontend/pubsub.cljc index 0540dc0fd1..981d254fb3 100644 --- a/src/main/frontend/pubsub.cljc +++ b/src/main/frontend/pubsub.cljc @@ -70,7 +70,8 @@ :remote->local-full-sync-failed :local->remote-full-sync-failed :get-remote-graph-failed - :get-deletion-logs-failed]] + :get-deletion-logs-failed + :get-remote-all-files-failed]] [:data :map]] :topic-fn :event :ch-buffer (a/sliding-buffer 10))