@longvansoftware/storefront-js-client 3.7.4 → 3.7.5

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.
@@ -298,7 +298,7 @@ class PortalService extends serviceSDK_1.Service {
298
298
  const endpoint = `/content/public/menu/${menuId}`;
299
299
  const method = "GET";
300
300
  try {
301
- const response = yield this.restApiCallWithToken(endpoint, method);
301
+ const response = yield this.restApiCallWithNoHeader(endpoint, method);
302
302
  return response;
303
303
  }
304
304
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [