0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix flags parsing order

This commit is contained in:
Andrey Antukh 2022-07-07 09:09:20 +02:00
parent 5c696851bf
commit cdcf3facd2

View file

@ -83,7 +83,7 @@
;; a server prop key where initial project is stored.
:initial-project-skey "initial-project"})
(s/def ::flags ::us/set-of-keywords)
(s/def ::flags ::us/vec-of-keywords)
;; DEPRECATED PROPERTIES
(s/def ::registration-enabled ::us/boolean)