@entergreat/unipile-wrapper 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entergreat/unipile-wrapper",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -87,7 +87,7 @@ export default class LinkedinService {
87
87
  this.unipileUrl
88
88
  }/linkedin/search?account_id=${accountId}&keywords=${keywords}&type=${type.toUpperCase()}&limit=${limit}`;
89
89
 
90
- return await get(url, body, this.headers);
90
+ return await get(url, this.headers);
91
91
  } catch (error) {
92
92
  throw error;
93
93
  }