ver "0.5.8"

Lista movimenti in formato Tabella
This commit is contained in:
Paolo Arena
2022-09-16 19:38:57 +02:00
parent 78a79e1ad5
commit f625278801
15 changed files with 116 additions and 24 deletions

View File

@@ -111,7 +111,7 @@ db.getCollection('movements').aggregate(
"amount": 1,
"causal": 1,
"userfrom.username": 1,
"userfrom.profile.img": 1
"userfrom.profile.img": 1,
"userto.username": 1,
"userto.profile.img": 1
}