mirror of
https://github.com/penpot/penpot.git
synced 2025-04-10 05:51:33 -05:00
🐛 Fix page version spec.
This commit is contained in:
parent
7b3ce38cc1
commit
08860e0f25
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
(s/def ::id ::us/uuid)
|
||||
(s/def ::name string?)
|
||||
(s/def ::project ::us/uuid)
|
||||
(s/def ::version (s/and integer? pos?))
|
||||
(s/def ::version int?)
|
||||
(s/def ::data any?)
|
||||
(s/def ::metadata any?)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue