sr-npm 1.7.614 → 1.7.615
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
|
@@ -243,7 +243,7 @@ async function refreshFacetCounts(_$w) {
|
|
|
243
243
|
for(const option of currentoptions) {
|
|
244
244
|
for (const jobId of currentJobs) {
|
|
245
245
|
if (valueToJobs[option.value].includes(jobId)) {
|
|
246
|
-
counter.set(option.value, (
|
|
246
|
+
counter.set(option.value, (counter.get(option.value) || 0) + 1);
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
}
|