@ -1301,6 +1301,7 @@ exports.updateSensorQC = async (req, reply) => {
exports.getSensorsByStatus = async (req, reply) => {
try {
const { storeId } = req.params;
@ -1203,6 +1203,7 @@ fastify.get("/api/getSensorsByStatus/:storeId", {
description: "Store ID",
},
handler: storeController.getSensorsByStatus,