bug fixes

This commit is contained in:
2024-05-15 09:43:42 -07:00
parent 1ed719ce9f
commit 84d8648d53
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ export default class linkedInAPIClass {
throw "ERROR!";
}
if (this.logAll) lb.increment(Math.ceil(r.included.length / 10));
if (this.logAll) lb.increment(Math.ceil(r.included.length / 50));
if (!castToClass) compAll.push(r);
else compAll.push(await parseResponse(r, this, excludeGeneric));
+1 -1
View File
@@ -8,7 +8,7 @@
},
"type": "module",
"name": "linkedin-api-js",
"version": "1.0.0-16",
"version": "1.0.0-17",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"