Fix reflection warning

This commit is contained in:
Tommi Reiman 2020-04-26 21:28:04 +03:00
parent faaaedaa29
commit f45f5859eb

View file

@ -179,7 +179,7 @@
(URLDecoder/decode
(if (.contains ^String s "+")
(.replace ^String s "+" "%2B")
s)
^String s)
"UTF-8"))
:cljs (js/decodeURIComponent s))))