diff --git a/src/controllers/createConnectionController.js b/src/controllers/createConnectionController.js index 2f8b21dc..0eecfa24 100644 --- a/src/controllers/createConnectionController.js +++ b/src/controllers/createConnectionController.js @@ -504,9 +504,9 @@ exports.createConnections = async (req, body) => { 'connections.inputConnections': { $each: [{ inputConnections: tankname, input_type: 'sump', inputismotor: data.outputismotor || false }], }, - 'connections.outputConnections': { - $each: [{ outputConnections: tankname, output_type: 'overhead'}], - }, + // 'connections.outputConnections': { + // $each: [{ outputConnections: tankname, output_type: 'overhead'}], + // }, }, }, { new: true }