sr-npm 1.7.546 → 1.7.547

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
@@ -56,7 +56,7 @@ function getCustomFieldsAndValuesFromPosition(position,customFieldsLabels,custom
56
56
  const customFieldsArray = Array.isArray(position?.customField) ? position.customField : [];
57
57
  for (const field of customFieldsArray) {
58
58
  if(field.fieldLabel==="Country" || field.fieldLabel==="Department" || field.fieldLabel==="Brands") continue; //country and department are not custom fields, they are already in the job object
59
- //const label = field.fieldLabel==="Brands" ? "brand" : field.fieldLabel
59
+ const label = field.fieldLabel
60
60
  const fieldId=field.fieldId
61
61
  const fieldLabel = normalizeString(label);
62
62
  const valueId=field.valueId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.546",
3
+ "version": "1.7.547",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {