fleetmap-reports 1.0.551 → 1.0.552

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.551",
3
+ "version": "1.0.552",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -127,7 +127,7 @@ async function getAllInOne (
127
127
  }
128
128
  result.push(...(await Promise.all(requests)))
129
129
  }
130
- return result
130
+ return result.flat()
131
131
  }
132
132
 
133
133
  async function processDevices (from, to, devices, drivers, geofences, data) {