@ -5309,6 +5309,7 @@ async function removeDuplicates() {
}
// Run the remove duplicates function
// removeDuplicates();
console.log("this is for testing autopush,line located in tankscontroller")
@ -110,6 +110,7 @@ const tanksSchema = new mongoose.Schema({
const motordataSchema = new mongoose.Schema({
customerId: { type: String, default: null },
motor_id: { type: String, default: null },