From c0c9db613c76f3dd3d0ef6fcc180ef825267efb9 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Thu, 22 Apr 2021 10:53:23 +1000 Subject: [PATCH] test again --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 557a4b9..3152de1 100644 --- a/index.js +++ b/index.js @@ -144,6 +144,7 @@ app.get('/BankF', ensureAuthenticated, async function(req, res){ let balance = 0 try{ balance = await got(process.env.BANKAPIURL+'BankF/'+req.session.user+'/bal') + console.log(balance) balance = JSON.parse(balance.body) } catch(err){ console.log(err)