mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
apparently farting no good? mayhaps
This commit is contained in:
parent
cb1cf46b2d
commit
46414744bf
1 changed files with 2 additions and 5 deletions
7
index.js
7
index.js
|
|
@ -219,11 +219,8 @@ app.get("/BankF", ensureAuthenticated, async function (req, res) {
|
|||
console.log(e);
|
||||
}
|
||||
console.log("query finished " + Date.now());
|
||||
try {
|
||||
logsent = logsent.body.value;
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
}
|
||||
|
||||
logsent = logsent.body.value;
|
||||
|
||||
if (logsent == 1 || logsent == -1 || logsent == null) {
|
||||
logsent = undefined;
|
||||
|
|
|
|||
Loading…
Reference in a new issue