chore: build
This commit is contained in:
@@ -43,7 +43,6 @@ export const confirmReceptionCabine = async (commandId: number) => {
|
||||
|
||||
// ============================================
|
||||
// PENALITES
|
||||
// ============================================
|
||||
|
||||
export const applyClientPenalty = async (
|
||||
clientUsername: string,
|
||||
|
||||
@@ -159,7 +159,6 @@ export const getProductById = async (id: number) => {
|
||||
|
||||
// ============================================
|
||||
// CART
|
||||
// ============================================
|
||||
|
||||
export const getCart = async (username: string) => {
|
||||
const jwtUsername = await getJwtUsername();
|
||||
|
||||
Reference in New Issue
Block a user