mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-14 22:06:54 +00:00
renamed function
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ export class Company {
|
||||
* @param {string} name
|
||||
* @param {boolean} raw
|
||||
*/
|
||||
getEmployees = (name, limit=1000, raw=false) => this.#APIRef.searchEmployees(name, limit, !raw, [this.urn]);
|
||||
searchEmployees = (name, limit=1000, raw=false) => this.#APIRef.searchEmployees(name, limit, !raw, [this.urn]);
|
||||
|
||||
async getInfo() {
|
||||
const toAdd = `q=universalName&universalName=${this.urn}`;
|
||||
|
||||
Reference in New Issue
Block a user