mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 21:21:37 +02:00
🐛 Fix typo in command parsing (paras to params)
Signed-off-by: Juanfran <juanfran.ag@gmail.com>
This commit is contained in:
parent
d2311f066a
commit
a34b06cfb4
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@
|
||||||
(when (some? command)
|
(when (some? command)
|
||||||
(d/without-nils
|
(d/without-nils
|
||||||
{:command (-> (obj/get command "command") parse-command-type)
|
{:command (-> (obj/get command "command") parse-command-type)
|
||||||
:params (-> (obj/get command "paras") parse-command-params)})))
|
:params (-> (obj/get command "params") parse-command-params)})))
|
||||||
|
|
||||||
(defn parse-path-content
|
(defn parse-path-content
|
||||||
[^js content]
|
[^js content]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue