mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-18 23:52:14 +11:00
more shit
This commit is contained in:
parent
014ae93cfd
commit
2fcf3af09e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -239,7 +239,7 @@ app.post('/sendfunds', async function(req, res){
|
||||||
|
|
||||||
logsent = logsent.body.value
|
logsent = logsent.body.value
|
||||||
console.log(logsent)
|
console.log(logsent)
|
||||||
if(logsent == 1|| logrec == -1 || logrec == null){
|
if(logsent == 1|| logsent == -1 || logsent == null){
|
||||||
logsent = undefined
|
logsent = undefined
|
||||||
}else{
|
}else{
|
||||||
logsent = await logsent.filter(({ from }) => from === req.session.user)
|
logsent = await logsent.filter(({ from }) => from === req.session.user)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue