fleetmap-reports 1.0.996 → 1.0.997

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.996",
3
+ "version": "1.0.997",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -268,7 +268,7 @@ async function processDrivers (from, to, userData, data) {
268
268
  }
269
269
 
270
270
  for (const d of userData.drivers) {
271
- const { trips } = getDriverData(d, data)
271
+ const { trips } = await getDriverData(d, data, userData)
272
272
 
273
273
  if (trips) {
274
274
  trips.forEach(trip => {