Fix API now using track

This commit is contained in:
vjrj 2018-09-15 10:27:03 +02:00
parent 3ea653552e
commit df47bef794
5 changed files with 13 additions and 4 deletions

View file

@ -33,7 +33,8 @@ Meteor.publish('fireAlerts', function fireAlerts(northEastLng, northEastLat, sou
fields: {
lat: 1,
lon: 1,
scan: 1
scan: 1,
track: 1
}
});
if (Meteor.isDevelopment) console.log(`Neighbour alerts total: ${fires.count()}`);