diff --git a/src/routes/storeRoute.js b/src/routes/storeRoute.js index 4ddad3df..de166380 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: ['hardwareIdd'], + required: ['hardwareId'], type: 'object', properties: { hardwareId: { type: 'string', description: 'Sensor ID' },