sr-npm 1.7.486 → 1.7.487

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.486",
3
+ "version": "1.7.487",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -459,6 +459,7 @@ async function updateMapMarkers(_$w){
459
459
 
460
460
  async function handleBrandDropdown(_$w){
461
461
  const brands=await wixData.query("Brands").find();
462
+ console.log("brands: ", brands);
462
463
  if(brands.items.length>1){
463
464
  console.log("showing brand dropdown");
464
465
  _$w('#dropdownBrand').show();