@@ -208,6 +208,7 @@
nil
(and synced-file-graph?
+ (second @fs-sync/graphs-txid)
(async/<! (fs-sync/<check-remote-graph-exists (second @fs-sync/graphs-txid))))
(fs-sync/sync-start)
@@ -2720,6 +2720,7 @@
(defn <check-remote-graph-exists
[local-graph-uuid]
+ {:pre [(uuid? local-graph-uuid)]}
(go
(let [result (->> (<! (<list-remote-graphs remoteapi))
:Graphs