sr-npm 1.7.102 → 1.7.104

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.
@@ -1,7 +1,7 @@
1
1
  const COLLECTIONS = {
2
- AMOUNT_OF_JOBS_PER_DEPARTMENT: 'AmountOfJobsPerDepartment1',
3
- CITIES: 'cities1',
4
- JOBS: 'Jobs1',
2
+ AMOUNT_OF_JOBS_PER_DEPARTMENT: 'AmountOfJobsPerDepartment',
3
+ CITIES: 'cities',
4
+ JOBS: 'Jobs',
5
5
  API_KEY: 'ApiKey',
6
6
  }
7
7
  const JOBS_COLLECTION_FIELDS = {
package/backend/data.js CHANGED
@@ -158,7 +158,6 @@ async function saveJobsDescriptionsAndLocationApplyUrlToCMS() {
158
158
  }
159
159
  }
160
160
 
161
-
162
161
  function iterateOverAllJobs(results, field) {
163
162
  const jobsPerField = {};
164
163
  const cityLocations = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.102",
3
+ "version": "1.7.104",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {