From 2fcf3af09ecc19f8cd39cc0ee8a94a8dca16e18f Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Tue, 27 Apr 2021 10:16:36 +1000 Subject: [PATCH] more shit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 55e1506..9225735 100644 --- a/index.js +++ b/index.js @@ -239,7 +239,7 @@ app.post('/sendfunds', async function(req, res){ logsent = logsent.body.value console.log(logsent) - if(logsent == 1|| logrec == -1 || logrec == null){ + if(logsent == 1|| logsent == -1 || logsent == null){ logsent = undefined }else{ logsent = await logsent.filter(({ from }) => from === req.session.user)