Ver Fonte

fix: use uuid-string? instead

Tienson Qin há 3 anos atrás
pai
commit
47dbc1e585
1 ficheiros alterados com 1 adições e 1 exclusões
  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