chore: build

This commit is contained in:
Xor290
2026-08-23 19:03:19 +02:00
parent bf718c5b13
commit 53f6a1bb1a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -164,7 +164,6 @@ export const getDeliverymanLocationForCommand = async (commandId: number) => {
// ============================================ // ============================================
// LIVREURS // LIVREURS
// ============================================
const parseStatus = (status: any): "available" | "busy" | "offline" => { const parseStatus = (status: any): "available" | "busy" | "offline" => {
if (!status) return "offline"; if (!status) return "offline";
-1
View File
@@ -529,7 +529,6 @@ export const getOrdersWithTracking = async () => {
// ============================================ // ============================================
// HISTORY // HISTORY
// ============================================
export const getMyCompletedOrders = async (): Promise<HistoryResponse> => { export const getMyCompletedOrders = async (): Promise<HistoryResponse> => {
try { try {