chore: build

This commit is contained in:
2026-05-10 19:48:02 +02:00
parent 6f52f984e8
commit f41938e563
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -10,10 +10,6 @@ import type {
const API = `${API_BASE_URL}/api/v1/livreur`;
// ============================================
// STATUT
// ============================================
export const getMyStatus = async (): Promise<{
success: boolean;
status?: DeliveryStatus;
-1
View File
@@ -27,7 +27,6 @@ apiClient.interceptors.request.use(async (config) => {
return config;
});
// Response interceptor: handle common errors
apiClient.interceptors.response.use(
(response) => response,
(error) => {