fix orders

This commit is contained in:
hamid zarghami
2025-12-23 11:14:16 +03:30
parent fa39d06834
commit 4a2fdc4e6e
@@ -24,6 +24,9 @@ export const getOrders = async (
params: {
statuses: statuses,
},
paramsSerializer: {
indexes: null,
},
});
return data;
};