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,
|