sr-npm 1.7.532 → 1.7.533

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.532",
3
+ "version": "1.7.533",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -130,7 +130,9 @@ async function handleUrlParams(_$w) {
130
130
  }
131
131
  if (queryCustomFields) {
132
132
  for(const customFieldKey of Object.keys(queryCustomFields)){
133
- await handleGivenURLParam(_$w,customFieldKey,queryCustomFields[customFieldKey].queryParamValue);
133
+ if(queryCustomFields[customFieldKey].queryParamValue){
134
+ await handleGivenURLParam(_$w,customFieldKey,queryCustomFields[customFieldKey].queryParamValue,true);
135
+ }
134
136
  }
135
137
  }
136
138
  await applyFilters(_$w, true); // Skip URL update since we're handling initial URL params