diff --git a/src/controllers/createConnectionController.js b/src/controllers/createConnectionController.js index 6929b73f..e6a0ad76 100644 --- a/src/controllers/createConnectionController.js +++ b/src/controllers/createConnectionController.js @@ -506,7 +506,6 @@ const fastify = require("fastify")({ // }; - exports.createConnections = async (req, body) => { try { const customerId = req.params.customerId;