sr-npm 1.7.372 → 1.7.374

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.
@@ -96,7 +96,7 @@ async function fetchPositionsFromSRAPI() {
96
96
 
97
97
  async function fetchJobDescription(jobId) {
98
98
  const companyId = await getCompanyIdFromCMS();
99
- return await makeSmartRecruitersRequest(`/v1/companies/${companyId.value}/postings/${jobId}`);
99
+ return await makeSmartRecruitersRequest(`/v1/companies/${companyId}/postings/${jobId}`);
100
100
  }
101
101
 
102
102
  async function getCompanyIdFromCMS() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.372",
3
+ "version": "1.7.374",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {