mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 21:17:15 +02: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
Add a link
Reference in a new issue