mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-22 15:37:25 +00:00
remvoe useless type conversion
This commit is contained in:
parent
326065950d
commit
97e3a361ed
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user