chore: build
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -529,7 +529,6 @@ export const getOrdersWithTracking = async () => {
|
|||||||
|
|
||||||
// ============================================
|
// ============================================
|
||||||
// HISTORY
|
// HISTORY
|
||||||
// ============================================
|
|
||||||
|
|
||||||
export const getMyCompletedOrders = async (): Promise<HistoryResponse> => {
|
export const getMyCompletedOrders = async (): Promise<HistoryResponse> => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user