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:
parent
5c696851bf
commit
cdcf3facd2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue