sr-npm 1.7.584 → 1.7.585

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 +2 -0
  2. package/package.json +1 -1
package/backend/data.js CHANGED
@@ -256,7 +256,9 @@ async function saveJobsDescriptionsAndLocationApplyUrlReferencesToCMS() {
256
256
  };
257
257
  await wixData.update(COLLECTIONS.JOBS, updatedJob);
258
258
  if (siteconfig.customFields==="true") {
259
+ console.log("inserting values reference")
259
260
  await insertValuesReference(job._id);
261
+ console.log("inserted values reference successfully")
260
262
  }
261
263
  return { success: true, jobId: job._id, title: job.title };
262
264
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.584",
3
+ "version": "1.7.585",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {