fleetmap-reports 1.0.784 → 1.0.785

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.784",
3
+ "version": "1.0.785",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -83,7 +83,7 @@ async function createActivityReportByDevice (from, to, userData, traccarInstance
83
83
  to
84
84
  }
85
85
 
86
- const sliced = automaticReports.sliceArray(allDevices, 4)
86
+ const sliced = automaticReports.sliceArray(allDevices, 10)
87
87
  let deviceCount = 0
88
88
  for (const devices of sliced) {
89
89
  let summaries = []