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}, } ],