sr-npm 1.7.558 → 1.7.559

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 +1 -1
  2. package/package.json +1 -1
package/backend/data.js CHANGED
@@ -153,7 +153,7 @@ async function saveJobsDataToCMS() {
153
153
 
154
154
  await insertValuesReference(jobToCustomValues);
155
155
  console.log("inserted values reference successfully");
156
- await insertJobsReference(customValuesToJobs);
156
+ //await insertJobsReference(customValuesToJobs);
157
157
  console.log("inserted jobs reference successfully");
158
158
 
159
159
  console.log(`✓ All chunks processed. Total jobs saved: ${totalSaved}/${jobsData.length}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.558",
3
+ "version": "1.7.559",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {