ashok 3 months ago
commit 2319187a58

@ -1771,9 +1771,10 @@ exports.masterConnectedSlaveList = async (req, reply) => {
...restMasterFields ...restMasterFields
} = master; } = master;
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