From a4d9abe7c3ae081aa6f6393b32e4bb2a32c21424 Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 14 May 2025 14:23:34 +0530 Subject: [PATCH] changes --- src/routes/storeRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/storeRoute.js b/src/routes/storeRoute.js index 5038c582..4ddad3df 100644 --- a/src/routes/storeRoute.js +++ b/src/routes/storeRoute.js @@ -1220,7 +1220,7 @@ fastify.post('/api/updateSensorQC/:hardwareId', { tags: ['Store-Data'], summary: 'Update QC fields of a sensor', params: { - required: ['_ihardwareIdd'], + required: ['hardwareIdd'], type: 'object', properties: { hardwareId: { type: 'string', description: 'Sensor ID' },