master^2
Varun 9 months ago
parent 6661ba9cec
commit c698bbbd5c

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

Loading…
Cancel
Save