mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 12:40:12 +00:00
Merge pull request #4992 from penpot/juanfran-invalid-content-path-arguments
🐛 Fix typo in command parsing (paras to params)
This commit is contained in:
commit
d9a941cb32
@ -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…
x
Reference in New Issue
Block a user