From 52eda19e134dd89d57d06b2bb01445b1444bb2a2 Mon Sep 17 00:00:00 2001 From: ankith26 Date: Mon, 13 May 2024 12:20:53 +0000 Subject: [PATCH] Apply Linting & Formatting Fixes --- portal/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/app.js b/portal/app.js index 1221cec..fce8146 100644 --- a/portal/app.js +++ b/portal/app.js @@ -147,7 +147,7 @@ app.get(`${config.SUBPATH}/bot`, async (req, res) => { const redirect_uri = `${config.BASE_URL}/bot`; const responseJson = await makeQuery(code, redirect_uri); if (responseJson && responseJson.access_token) { - res.send("Added successfully!"); + res.send("Added successfully!"); } else { logger.error(responseJson); res.send("Unkown error occured");