fleetmap-reports 2.0.227 → 2.0.228

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": "2.0.227",
3
+ "version": "2.0.228",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -97,7 +97,7 @@ async function createZoneReport (from, to, userData, traccar) {
97
97
  devices,
98
98
  reportRangeDays
99
99
  }, { timeout: 900000 }).then(response => {
100
- console.log(url, 'done in', new Date() - now, 'ms')
100
+ console.log('processed devices', slice.map(d => d.id), 'in', new Date() - now, 'ms')
101
101
  return response.data
102
102
  }).catch(e => console.error(e.message, e.response?.data))
103
103
  })