sr-npm 1.7.585 → 1.7.586

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 +0 -2
  2. package/package.json +1 -1
package/backend/data.js CHANGED
@@ -256,9 +256,7 @@ 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")
260
259
  await insertValuesReference(job._id);
261
- console.log("inserted values reference successfully")
262
260
  }
263
261
  return { success: true, jobId: job._id, title: job.title };
264
262
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.585",
3
+ "version": "1.7.586",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {