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