From d782833e2bc92fd4e4f72c6a455bf974b068128c Mon Sep 17 00:00:00 2001 From: varun Date: Fri, 3 Feb 2023 03:24:46 -0500 Subject: [PATCH] removed type from add 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 9ca7f01c..d9db8baa 100644 --- a/src/routes/tanksRoute.js +++ b/src/routes/tanksRoute.js @@ -17,7 +17,7 @@ module.exports = function (fastify, opts, next) { blockName: { type: "string"}, capacity: { type: "string" }, typeOfWater: { type: "string" }, - type: { type: "string" }, + tankLocation: { type: "string" }, }, },