remvoe useless type conversion

This commit is contained in:
lilydjwg 2022-06-26 17:56:22 +08:00
parent 326065950d
commit 97e3a361ed

View File

@ -74,7 +74,7 @@
group = ""; group = "";
result = null; result = null;
if (info.has("g")) { if (info.has("g")) {
group = (parseFloat(info.get("g")) | 0).toString(); group = info.get("g");
} }
if (info.has("q")) { if (info.has("q")) {
query = info.get("q"); query = info.get("q");