fleetmap-reports 1.0.269 → 1.0.270

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.269",
3
+ "version": "1.0.270",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -252,7 +252,7 @@ async function getHereEvents(devices, routes, threshold){
252
252
  attributes: {speedLimit: r.speedLimit, speed: r.currentSpeedKmh / 1.85200}
253
253
  }
254
254
  })
255
- console.log('hereAlerts', hereAlerts)
255
+ console.log('threshold', threshold, hereAlerts)
256
256
  const reduced = hereAlerts.reduce((acc, cur, idx, src) => {
257
257
  if (idx === 1) {
258
258
  return [cur]