bug fixes

This commit is contained in:
2024-05-13 08:44:09 -07:00
parent 09e2d79c28
commit 5de02dc163
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import fs from 'fs';
const o = JSON.parse(fs.readFileSync('config.json'));
await LAPI.login(o.email, o.password);
const c = await LAPI.searchCompanies('microsoft', [10, 500, 5000], 20, 0, true, true);
const c = await LAPI.searchCompanies('microsoft', [5001], 20, 0, true, true);
console.log(c);
const managers = await c.find(o => (o.name === 'Microsoft')).searchEmployees('manager', 5);