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.
- package/package.json +1 -1
- package/src/here.js +0 -1
package/package.json
CHANGED
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
|