mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-15 06:16:54 +00:00
bug fixes
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ export default class linkedInAPIClass {
|
|||||||
throw "ERROR!";
|
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);
|
if (!castToClass) compAll.push(r);
|
||||||
else compAll.push(await parseResponse(r, this, excludeGeneric));
|
else compAll.push(await parseResponse(r, this, excludeGeneric));
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "linkedin-api-js",
|
"name": "linkedin-api-js",
|
||||||
"version": "1.0.0-16",
|
"version": "1.0.0-17",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|||||||
Reference in New Issue
Block a user