From d3fd79ed26ae75285f3ed5bd0a47644426f8ffb8 Mon Sep 17 00:00:00 2001 From: varun Date: Mon, 1 Jul 2024 02:05:19 -0400 Subject: [PATCH] made chamge in tank.js --- 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 b661f92b..d5dc5b16 100644 --- a/src/models/tanks.js +++ b/src/models/tanks.js @@ -33,7 +33,7 @@ const RoleSchema = new Schema({ name: String }); const tanksSchema = new mongoose.Schema({ hardwareId: { type: String }, - InstallerId0: { type: String, default: null }, + InstallerId: { type: String, default: null }, tankhardwareId: { type: String }, hardwareId_type: { type: String }, hardwareId_company: { type: String },