Skip to content

Commit

Permalink
Apply Linting & Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 authored and github-actions[bot] committed May 13, 2024
1 parent dd96fe2 commit 52eda19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 52eda19

Please sign in to comment.