master^2
Bhaskar 3 months ago
parent 948fa463df
commit a2a2b41d50

@ -1773,7 +1773,7 @@ exports.masterConnectedSlaveList = async (req, reply) => {
const masterResponse = { const masterResponse = {
...restMasterFields, ...restMasterFields,
masterHardwareId: masterHardwareId, // new field hardwareId: masterHardwareId, // new field
isMaster: true, isMaster: true,
tankLocation: tankDetails?.tankLocation || null, tankLocation: tankDetails?.tankLocation || null,
product_status: master.product_status || 'pending', product_status: master.product_status || 'pending',

Loading…
Cancel
Save