From 84d8648d53d1854b9cd6d2a010241ee7f78ee8c5 Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 15 May 2024 09:43:42 -0700 Subject: [PATCH] bug fixes --- classes/API.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/API.js b/classes/API.js index abdd0a7..4fa7e13 100644 --- a/classes/API.js +++ b/classes/API.js @@ -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)); diff --git a/package.json b/package.json index 60d5c57..49c140e 100644 --- a/package.json +++ b/package.json @@ -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"