- Export Email

- Etichetta Facilitatori
This commit is contained in:
Paolo Arena
2022-07-11 23:20:28 +02:00
parent ba99b72e69
commit 4486a09255
4 changed files with 9 additions and 9 deletions

View File

@@ -479,7 +479,7 @@ router.post('/getexp', authenticate, (req, res) => {
'profile.lastname_telegram': 1,
}).then(ris => {
return res.send({data: ris});
return res.send(ris);
}).catch((e) => {
console.error('getexp: ' + e.message);