sr-npm 1.7.548 → 1.7.549

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.
Files changed (2) hide show
  1. package/backend/data.js +9 -9
  2. package/package.json +1 -1
package/backend/data.js CHANGED
@@ -150,7 +150,7 @@ async function saveJobsDataToCMS() {
150
150
  });
151
151
 
152
152
  await insertValuesReference(jobToCustomValues);
153
- await insertJOBSsReference(jobToCustomValues);
153
+ await insertJobsReference(jobToCustomValues);
154
154
 
155
155
 
156
156
  console.log(`✓ All chunks processed. Total jobs saved: ${totalSaved}/${jobsData.length}`);
@@ -427,16 +427,16 @@ async function syncJobsFast() {
427
427
  console.log("Syncing jobs fast");
428
428
  await createCollections();
429
429
  await clearCollections();
430
- // await fillSecretManagerMirror();
430
+ await fillSecretManagerMirror();
431
431
  console.log("saving jobs data to CMS");
432
432
  await saveJobsDataToCMS();
433
- // console.log("saved jobs data to CMS successfully");
434
- // console.log("saving jobs descriptions and location apply url to CMS");
435
- // await saveJobsDescriptionsAndLocationApplyUrlToCMS();
436
- // console.log("saved jobs descriptions and location apply url to CMS successfully");
437
- // await aggregateJobs();
438
- // await referenceJobs();
439
- // console.log("syncing jobs fast finished successfully");
433
+ console.log("saved jobs data to CMS successfully");
434
+ console.log("saving jobs descriptions and location apply url to CMS");
435
+ await saveJobsDescriptionsAndLocationApplyUrlToCMS();
436
+ console.log("saved jobs descriptions and location apply url to CMS successfully");
437
+ await aggregateJobs();
438
+ await referenceJobs();
439
+ console.log("syncing jobs fast finished successfully");
440
440
  }
441
441
 
442
442
  async function clearCollections() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.548",
3
+ "version": "1.7.549",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {