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
// ============================================
const parseStatus = (status: any): "available" | "busy" | "offline" => {
if (!status) return "offline";