sr-npm 1.7.1059 → 1.7.1065

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.
package/backend/data.js CHANGED
@@ -272,7 +272,6 @@ async function saveJobsDescriptionsAndLocationApplyUrlReferencesToCMS() {
272
272
  const richContentDescription=await htmlRichContentConverter(jobDetails.jobAd.sections);
273
273
  const jobLocation = fetchJobLocation(jobDetails);
274
274
  const {applyLink , referFriendLink} = fetchApplyAndReferFriendLink(jobDetails);
275
-
276
275
  const updatedJob = {
277
276
  ...job,
278
277
  locationAddress: jobLocation,
@@ -114,6 +114,7 @@ async function fetchJobDescription(jobId,testObject=undefined) {
114
114
  }
115
115
 
116
116
  async function htmlRichContentConverter(sections) {
117
+
117
118
  console.log("sections: are ",sections);
118
119
  const richContentObject = {}
119
120
  for (const section of sections) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.1059",
3
+ "version": "1.7.1065",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {