0
Fork 0
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:
Andrey Antukh 2019-09-17 16:14:01 +00:00
parent 7b3ce38cc1
commit 08860e0f25

View file

@ -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?)