fleetmap-reports 1.0.749 → 1.0.750

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.749",
3
+ "version": "1.0.750",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -114,6 +114,7 @@ async function createTripReportByGroup (from, to, userData, traccar) {
114
114
  async function createTripReportByDriver (from, to, userData, traccar) {
115
115
  const devices = await traccar.devices.devicesGet().then(d => d.data)
116
116
  console.log(devices.length, 'devices')
117
+ console.log('drivers', userData.drivers)
117
118
 
118
119
  if (!devices.length) {
119
120
  // Empty report