sr-npm 1.7.242 → 1.7.243

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.242",
3
+ "version": "1.7.243",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -362,7 +362,7 @@ async function updateMapMarkers(_$w){
362
362
  console.log("markers: ", markers);
363
363
  console.log("type of markers: ", typeof markers);
364
364
  //@ts-ignore
365
- _$w('#googleMaps').setMarkers(markers);
365
+ await _$w('#googleMaps').setMarkers(markers);
366
366
  let getmarkers2=await _$w('#googleMaps').markers;
367
367
  console.log("getmarkers2: ", getmarkers2);
368
368