0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Merge pull request #130 from tokens-studio/129-bug-file-is-crashing-post-applying-a-border-radius-token-to-a-shape

Fix non-optional keys breaking staging server
This commit is contained in:
Florian Schrödl 2024-05-23 11:05:12 +02:00 committed by GitHub
commit 557195cd55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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