chore: build

This commit is contained in:
2026-05-23 16:45:02 +02:00
parent 8df5bd66d3
commit 56a94c8439
3 changed files with 31 additions and 14 deletions
-3
View File
@@ -157,9 +157,6 @@ export const getProductById = async (id: number) => {
}
};
// ============================================
// CART
export const getCart = async (username: string) => {
const jwtUsername = await getJwtUsername();
if (!jwtUsername || jwtUsername !== username) {