mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-18 17:23:16 +00:00
Removed unnecessary object conversion
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -23,12 +23,7 @@ function getUsers()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
res = [];
|
return (uu);
|
||||||
for (i in uu)
|
|
||||||
{
|
|
||||||
res.push(uu[i]);
|
|
||||||
}
|
|
||||||
return (res);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.platform == 'linux')
|
if (process.platform == 'linux')
|
||||||
|
|||||||
Reference in New Issue
Block a user