From 615b081eef51b73a2b005057366c0887fe83b291 Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 27 Nov 2024 12:09:44 +0530 Subject: [PATCH] changes in update tanks --- src/routes/tanksRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/tanksRoute.js b/src/routes/tanksRoute.js index d74c0809..a88e2bc8 100644 --- a/src/routes/tanksRoute.js +++ b/src/routes/tanksRoute.js @@ -81,7 +81,7 @@ module.exports = function (fastify, opts, next) { tankhardwareId: { type: "string" }, hardwareId: { type: "string" }, - tankName: { type: "string" }, + blockName: { type: "string"}, capacity: { type: "string" }, shape: { type: "string" },