mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41: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
|
||||
(if (.contains ^String s "+")
|
||||
(.replace ^String s "+" "%2B")
|
||||
s)
|
||||
^String s)
|
||||
"UTF-8"))
|
||||
:cljs (js/decodeURIComponent s))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue