sr-npm 1.2.25 → 1.2.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.2.25",
3
+ "version": "1.2.27",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -319,14 +319,14 @@ async function loadJobsRepeater(_$w) {
319
319
  for(const city of cities) {
320
320
  counter[city.city]=city.count
321
321
  }
322
-
322
+
323
323
  for(const [key, value] of valuesByFieldId) {
324
324
  const field = getFieldById(key,allfields);
325
325
  let originalOptions=[];
326
326
  if(key === "Location") {
327
327
  originalOptions = value.map(city=>({
328
328
  label: city.city,
329
- value: city.valueId
329
+ value: city._id
330
330
  }));
331
331
  }
332
332
  else{