fleetmap-reports 1.0.503 → 1.0.504

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.503",
3
+ "version": "1.0.504",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -80,7 +80,7 @@ async function createSpeedingReportByDevice (from, to, userData, traccarInstance
80
80
  xpert: devices.filter(d => d && d.attributes && d.attributes.xpert).length > 0
81
81
  }
82
82
 
83
- const _sliced = automaticReports.sliceArray(automaticReports.sliceArray(devices, 10), 150)
83
+ const _sliced = automaticReports.sliceArray(automaticReports.sliceArray(devices, 10), 100)
84
84
 
85
85
  let deviceCount = 0
86
86
  for (const sliced of _sliced) {