fleetmap-reports 1.0.277 → 1.0.278

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/here.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.277",
3
+ "version": "1.0.278",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/here.js CHANGED
@@ -100,7 +100,6 @@ exports.routeMatch = async (rows) => {
100
100
  const csv = generateCSV(rows)
101
101
  const response = await axios.post(calcRoute, csv, { headers: { 'Content-Type': 'application/binary' }})
102
102
  const hereData = response.data
103
- console.dir(hereData, {depth: null})
104
103
  const route = hereData.response.route[0]
105
104
  const results = []
106
105
  const wayPoints = route.waypoint