From caf6686afb1a54ff0e3a4b6704eb6290ad515fc5 Mon Sep 17 00:00:00 2001 From: varun Date: Tue, 14 Mar 2023 02:05:27 -0400 Subject: [PATCH] changes in tanks and start and stop regarding bore to sump --- 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 9d753174..e96e30ec 100644 --- a/src/routes/tanksRoute.js +++ b/src/routes/tanksRoute.js @@ -231,7 +231,7 @@ module.exports = function (fastify, opts, next) { from_type: { type: "string" }, to_type: { type: "string" }, action: { type: "string" }, - percentage: { type: "string" }, + percentage: { type: "string",default: "100" }, startTime:{ type: "string" }, stopTime:{ type: "string" }, },