0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

Remove unused type attr from import entry spec.

This commit is contained in:
Andrey Antukh 2016-11-20 21:19:21 +01:00
parent 661e2d821e
commit 0192298d09
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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