mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Fix reflection warning
This commit is contained in:
parent
faaaedaa29
commit
f45f5859eb
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@
|
||||||
(URLDecoder/decode
|
(URLDecoder/decode
|
||||||
(if (.contains ^String s "+")
|
(if (.contains ^String s "+")
|
||||||
(.replace ^String s "+" "%2B")
|
(.replace ^String s "+" "%2B")
|
||||||
s)
|
^String s)
|
||||||
"UTF-8"))
|
"UTF-8"))
|
||||||
:cljs (js/decodeURIComponent s))))
|
:cljs (js/decodeURIComponent s))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue