@evergis/api 3.0.67 → 3.0.68

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
@@ -2121,7 +2121,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
2121
2121
  } = _ref15,
2122
2122
  query = _objectWithoutPropertiesLoose(_ref15, _excluded15);
2123
2123
 
2124
- return this.http.get("/layers/" + name + "/classify", query).then(() => {});
2124
+ return this.http.get("/layers/" + name + "/classify", query).json();
2125
2125
  }
2126
2126
  /**
2127
2127
  * No description