mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-28 01:16:50 +00:00
fix nested-maps transform
This commit is contained in:
parent
a0b37c4211
commit
8a4b5cccb1
@ -18,7 +18,7 @@
|
||||
(->> (keywordize-keys (apply hash-map (split s #"[;=]")))
|
||||
(map (fn [[k v]]
|
||||
[k (if (= k :params)
|
||||
(read-string v)
|
||||
(keywordize-keys (read-string v))
|
||||
v)]))
|
||||
(into {})))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user