chore: build

This commit is contained in:
2026-05-10 18:20:23 +02:00
parent 1b32355117
commit 7251280598
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -43,7 +43,6 @@ export const confirmReceptionCabine = async (commandId: number) => {
// ============================================ // ============================================
// PENALITES // PENALITES
// ============================================
export const applyClientPenalty = async ( export const applyClientPenalty = async (
clientUsername: string, clientUsername: string,
-1
View File
@@ -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();