mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 01:17:47 -04:00
Fix non-optional keys breaking staging server
This commit is contained in:
1 parent
2818d097ab
commit
80ff7f769c
1 file changed
+2
-2
@@ -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))
|
||||
|
||||
|
||||
Reference in new issue
Block a user