mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 01:16:37 +02: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.
|
;; a server prop key where initial project is stored.
|
||||||
:initial-project-skey "initial-project"})
|
:initial-project-skey "initial-project"})
|
||||||
|
|
||||||
(s/def ::flags ::us/set-of-keywords)
|
(s/def ::flags ::us/vec-of-keywords)
|
||||||
|
|
||||||
;; DEPRECATED PROPERTIES
|
;; DEPRECATED PROPERTIES
|
||||||
(s/def ::registration-enabled ::us/boolean)
|
(s/def ::registration-enabled ::us/boolean)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue