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:
parent
661e2d821e
commit
0192298d09
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue