mirror of
https://github.com/penpot/penpot.git
synced 2025-06-20 23:06:59 +02:00
🐛 Fix incorrect declaration of tokens lib schema decoder
This commit is contained in:
parent
3a8b312f6d
commit
29ad99d685
2 changed files with 2 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
(sm/decoder ::cty/typography sm/json-transformer))
|
||||
|
||||
(def decode-tokens-lib
|
||||
(sm/decoder ::cto/tokens-lib sm/json-transformer))
|
||||
(sm/decoder cto/schema:tokens-lib sm/json-transformer))
|
||||
|
||||
(def decode-plugin-data
|
||||
(sm/decoder ::ctpg/plugin-data sm/json-transformer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue