diff --git a/src/routes/createConnectionsRoute.js b/src/routes/createConnectionsRoute.js index 7f0e7203..502ac2b4 100644 --- a/src/routes/createConnectionsRoute.js +++ b/src/routes/createConnectionsRoute.js @@ -173,6 +173,7 @@ module.exports = function (fastify, opts, next) { preHandler: fastify.auth([fastify.authenticate]), handler: createConnectionController.deleteTankConnections, }); +