mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-21 22:58:21 +00:00
remvoe useless type conversion
This commit is contained in:
parent
326065950d
commit
97e3a361ed
@ -74,7 +74,7 @@
|
||||
group = "";
|
||||
result = null;
|
||||
if (info.has("g")) {
|
||||
group = (parseFloat(info.get("g")) | 0).toString();
|
||||
group = info.get("g");
|
||||
}
|
||||
if (info.has("q")) {
|
||||
query = info.get("q");
|
||||
|
Loading…
Reference in New Issue
Block a user