@evergis/api 3.0.94 → 3.0.95

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/dist/api.esm.js CHANGED
@@ -673,7 +673,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
673
673
  }, {
674
674
  key: "getExternalWmsLayers",
675
675
  value: function getExternalWmsLayers(query) {
676
- return this.http.get("/import/wms", query).then(() => {});
676
+ return this.http.get("/import/wms", query).json();
677
677
  }
678
678
  /**
679
679
  * No description