sr-npm 1.7.1213 → 1.7.1214
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
|
@@ -461,7 +461,6 @@ function getValueFromValueId(valueIds, value) {
|
|
|
461
461
|
let base = optionsByFieldId.get(fieldId) || [];
|
|
462
462
|
let countsMap=countsByFieldId.get(fieldId) || new Map();
|
|
463
463
|
//const countsMap = countsByFieldId.get(fieldId) || new Map();
|
|
464
|
-
|
|
465
464
|
if(considerAllJobs)
|
|
466
465
|
{
|
|
467
466
|
const selectedFieldId=Array.from( selectedByField.keys() )[0]
|