sr-npm 1.7.448 → 1.7.450

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.
@@ -33,7 +33,6 @@ async function makeSmartRecruitersRequest(path,templateType) {
33
33
  }
34
34
 
35
35
  async function fetchPositionsFromSRAPI(testObject=undefined) {
36
-
37
36
  let allPositions = [];
38
37
  let totalFound = 0;
39
38
  let page = 0;
@@ -105,6 +104,7 @@ async function fetchPositionsFromSRAPI(testObject=undefined) {
105
104
  }
106
105
 
107
106
  async function fetchJobDescription(jobId) {
107
+
108
108
  const {companyId,templateType} = await getApiKeys();
109
109
  return await makeSmartRecruitersRequest(`/v1/companies/${companyId}/postings/${jobId}`,templateType);
110
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.448",
3
+ "version": "1.7.450",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {