Skip to content

Commit 4bb7dff

Browse files
committed
chore: remove setProductStorage from persistence interface
1 parent be956f9 commit 4bb7dff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/persistence.interfaces.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export interface IPersistence {
105105
getUserProductsFromLS(mpid: MPID): Product[];
106106
getAllUserProductsFromLS(): Product[];
107107
setLocalStorage(): void;
108-
setProductStorage(): void;
109108
getLocalStorage(): IPersistenceMinified | null;
110109
expireCookies(cookieName: string): void;
111110
getCookie(): IPersistenceMinified | null;

0 commit comments

Comments
 (0)