Posts by Fábio Medeiros • 1 point
1 post
-
0
votes1
answer85
viewsQ: Push array only works inside callback
I am trying to update an array with values returned by Mongoose. But the array returns empty. It follows the code snippet: let y = []; Vendas.countDocuments( { dt_encerramento: { $gte: jan, $lte:…