mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-14 22:06:54 +00:00
bug fixes
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user