0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Minor fix on projects spec.

This commit is contained in:
Andrey Antukh 2017-03-07 08:56:41 +01:00
parent c5d15f01cf
commit 6bc6ee68b6
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -22,8 +22,8 @@
(s/def ::name string?)
(s/def ::version integer?)
(s/def ::user uuid?)
(s/def ::created-at dt/inst?)
(s/def ::modified-at dt/inst?)
(s/def ::created-at inst?)
(s/def ::modified-at inst?)
(s/def ::project-entity
(s/keys ::req-un [::id