From 39a9785e73bb62f85ee0253162d3e1bc66fa3a37 Mon Sep 17 00:00:00 2001 From: varun Date: Tue, 14 May 2024 05:24:53 -0400 Subject: [PATCH] changes in connections --- src/controllers/createConnectionController.js | 1 - 1 file changed, 1 deletion(-) 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;