|
|
@ -2562,7 +2562,7 @@ exports.getOrdersByInstallationId = async (req, reply) => {
|
|
|
|
message: "Orders fetched successfully",
|
|
|
|
message: "Orders fetched successfully",
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
customers,
|
|
|
|
customers,
|
|
|
|
orders: ordersWithSensors
|
|
|
|
// orders: ordersWithSensors
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|