Tienson Qin 3 лет назад
Родитель
Сommit
47dbc1e585
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/frontend/fs/sync.cljs

+ 1 - 1
src/main/frontend/fs/sync.cljs

@@ -2720,7 +2720,7 @@
 
 (defn <check-remote-graph-exists
   [local-graph-uuid]
-  {:pre [(uuid? local-graph-uuid)]}
+  {:pre [(util/uuid-string? local-graph-uuid)]}
   (go
     (let [result (->> (<! (<list-remote-graphs remoteapi))
                       :Graphs