- Export Email
- Etichetta Facilitatori
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user