mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-14 22:06:54 +00:00
company size fix
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ export function numsToSizes(...nums) {
|
||||
|
||||
const ranges = nums.map(findRangeIndex);
|
||||
if (ranges.includes(-1)) throw `${nums} CONTAINS AN INVALID RANGE!`;
|
||||
return `[${ranges.join(",")}]`;
|
||||
return `${ranges.join(",")}`;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user