la creazione dell'annuncio impiega troppo tempo (e le persone cliccavano su "Salva" più volte)...

This commit is contained in:
Surya Paolo
2023-06-18 22:29:06 +02:00
parent 95a812f002
commit 3393af36aa
7 changed files with 277 additions and 246 deletions

View File

@@ -1452,7 +1452,7 @@ module.exports = {
},
checkUserOk(userpassed, userauth, res) {
this.mylog('checkUserOk', userpassed, userauth);
// this.mylog('checkUserOk', userpassed, userauth);
if (String(userpassed) !== String(userauth)) {
// I'm trying to write something not mine!
this.mylog('I\'m trying to write something not mine!: userId = ', userpassed, 'req.user._id', userauth);