Gentlemen, I'm using this code in Meteor:
var teste = Orders.findOne({name : 'Day'}).day;
To get the day value in this record:
{_id: "HzoGFKRmYzmH8Yx6A", name: "Day", day: "Jan 27th 18"}
It gives an error, but it rescues the value I want, is there any way to retrieve this value without this error?