diff --git a/common/src/app/common/files/validate.cljc b/common/src/app/common/files/validate.cljc index 280271701..1c25b82dc 100644 --- a/common/src/app/common/files/validate.cljc +++ b/common/src/app/common/files/validate.cljc @@ -502,6 +502,3 @@ :hint "error on validating file referential integrity" :file-id (:id file) :details errors))) - - - diff --git a/frontend/src/debug.cljs b/frontend/src/debug.cljs index 56b36406a..5090efc5c 100644 --- a/frontend/src/debug.cljs +++ b/frontend/src/debug.cljs @@ -393,7 +393,7 @@ (try (->> (if-let [shape-id (some-> shape-id parse-uuid)] (let [page (dm/get-in file [:data :pages-index (get @st/state :current-page-id)])] - (cfv/validate-shape (uuid shape-id) file page libraries)) + (cfv/validate-shape shape-id file page libraries)) (cfv/validate-file file libraries)) (group-by :code) (clj->js))