From 9f6a7fd4aefa26d134573eee0107df058302949a Mon Sep 17 00:00:00 2001 From: varun Date: Thu, 9 May 2024 07:47:10 -0400 Subject: [PATCH] changes --- src/models/tanks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/tanks.js b/src/models/tanks.js index 7d16640b..853e5774 100644 --- a/src/models/tanks.js +++ b/src/models/tanks.js @@ -72,7 +72,7 @@ const tanksSchema = new mongoose.Schema({ motor_stop_status: { type: String, default: "1" }, motor_on_type :{ type: String, default: "manual" }, capacity:{ type: String ,default: null}, - water_level:{ type: String ,default: null}, + water_level:{ type: String ,default: null}, } ],