mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-18 01:03:14 +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 = [];
|
||||
for (i in uu)
|
||||
{
|
||||
res.push(uu[i]);
|
||||
}
|
||||
return (res);
|
||||
return (uu);
|
||||
}
|
||||
|
||||
if (process.platform == 'linux')
|
||||
|
||||
Reference in New Issue
Block a user