From 7962be0d9c3a81722dee93a2a8fe71a74ea9d06e Mon Sep 17 00:00:00 2001 From: kjacoby3 Date: Thu, 7 Dec 2023 23:15:37 -0500 Subject: [PATCH] fix a leaky leak --- routes/rental-validation/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/rental-validation/index.js b/routes/rental-validation/index.js index 8cef9b8..f160ae8 100644 --- a/routes/rental-validation/index.js +++ b/routes/rental-validation/index.js @@ -76,5 +76,6 @@ module.exports = async function (fastify, options) { //console.log("error"); } }; + await session.close(); }); } \ No newline at end of file