mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Fix non-optional keys breaking staging server
This commit is contained in:
parent
2818d097ab
commit
80ff7f769c
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
(sm/def! ::opacity
|
||||
[:map
|
||||
[:opacity ::sm/uuid]])
|
||||
[:opacity {:optional true} ::sm/uuid]])
|
||||
|
||||
(def opacity-keys (schema-keys ::opacity))
|
||||
|
||||
|
@ -114,7 +114,7 @@
|
|||
|
||||
(sm/def! ::rotation
|
||||
[:map
|
||||
[:rotation ::sm/uuid]])
|
||||
[:rotation {:optional true} ::sm/uuid]])
|
||||
|
||||
(def rotation-keys (schema-keys ::rotation))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue