diff --git a/backend/src/uxbox/cli/collimp.clj b/backend/src/uxbox/cli/collimp.clj index e19d02705e..ef179074d1 100644 --- a/backend/src/uxbox/cli/collimp.clj +++ b/backend/src/uxbox/cli/collimp.clj @@ -31,12 +31,11 @@ (def ^:const +imates-uuid-ns+ #uuid "3642a582-565f-4070-beba-af797ab27a6e") (s/def ::name string?) -(s/def ::type keyword?) (s/def ::path string?) (s/def ::regex us/regex?) (s/def ::import-entry - (s/keys :req-un [::name ::type ::path ::regex])) + (s/keys :req-un [::name ::path ::regex])) ;; --- CLI Helpers