mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Add type
This commit is contained in:
parent
5c42514170
commit
ab51b43365
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
(do
|
||||
(sd-transforms/registerTransforms sd)
|
||||
(.registerFormat sd #js {:name "custom/json"
|
||||
:format (fn [res]
|
||||
:format (fn [^js res]
|
||||
(.-tokens (.-dictionary res)))})
|
||||
sd))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue