Conti Comunitari e Collettivi
This commit is contained in:
@@ -72,7 +72,7 @@ router.post('/load', authenticate, async (req, res) => {
|
||||
}
|
||||
|
||||
if (data) {
|
||||
data.account = await Account.getAccountByUsernameAndCircuitId(idapp, '', data._id, false, data.path);
|
||||
data.account = await Account.getAccountByUsernameAndCircuitId(idapp, '', data._id, false, '', data.path);
|
||||
}
|
||||
|
||||
res.send({ circuit: data, users_in_circuit });
|
||||
|
||||
Reference in New Issue
Block a user