Unverified Commit fd31e874 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1270 from ever-co/fix/#1269-shopmobile-error-viewing-products

fix: mobile shop error when viewing products
parents c6af45f7 ecc5162f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
	"name": "@ever-platform/core",
	"description": "Ever Platform Headless Framework",
	"license": "AGPL-3.0",
	"version": "0.3.15",
	"version": "0.3.16",
	"homepage": "https://ever.co",
	"repository": {
		"type": "git",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ import { combineLatest, of, throwError, Observable } from 'rxjs';
@injectable()
@routerName('user-products')
export class UsersProductsService implements IUserProductsRouter, IService {
	private static templatesDirPath: string = `${__dirname}/../../../res/templates/`;
	private static templatesDirPath: string = `${__dirname}/../../../../res/templates/`;

	protected _placeholderTemplateFileName: string =
		UsersProductsService.templatesDirPath + `user_products_placeholder.hbs`;