sr-npm 1.7.1206 → 1.7.1212

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.7.1206",
3
+ "version": "1.7.1212",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -463,7 +463,6 @@ function getValueFromValueId(valueIds, value) {
463
463
  //const countsMap = countsByFieldId.get(fieldId) || new Map();
464
464
  if(considerAllJobs)
465
465
  {
466
-
467
466
  const selectedFieldId=Array.from( selectedByField.keys() )[0]
468
467
  if(selectedFieldId===fieldId) {
469
468
  const relevantFields=allvaluesobjects.filter(val=>val.customField===selectedFieldId)