From ce14ecbb59062d6bf2f19c0b535fe786fd5328c7 Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 14 May 2025 12:57:33 +0530 Subject: [PATCH] changes --- src/models/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/store.js b/src/models/store.js index 57551f8f..6a1ca22a 100644 --- a/src/models/store.js +++ b/src/models/store.js @@ -605,7 +605,7 @@ const orderSchema = new mongoose.Schema({ master_connections: [ { master_name: { type: String, default: null }, - + hardwareId: { type: String, default: null }, slaves: { type: String, default: null }, location: { type: String, default: null }, googleLocation: { type: String, default: null },