1
0
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:
Bryan Roe
2022-03-22 22:23:07 -07:00
parent 08b95944ee
commit ed3a13f9b9
2 changed files with 2 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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')