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:
parent
c5d15f01cf
commit
6bc6ee68b6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue