fix(datamart): typo in the get delivery by date range
This commit is contained in:
@@ -44,7 +44,8 @@ export const getDeliveryByDateRange = async (data: any | null) => {
|
||||
updatedQuery,
|
||||
"Get Delivery by date range"
|
||||
);
|
||||
deliverys - res.data;
|
||||
deliverys = res.data;
|
||||
//console.log(res.data);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user