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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.614",
3
+ "version": "1.7.615",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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, (countsByFieldId.get(option.value) || 0) + 1);
246
+ counter.set(option.value, (counter.get(option.value) || 0) + 1);
247
247
  }
248
248
  }
249
249
  }