chore: build
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user