fleetmap-reports 1.0.702 → 1.0.703
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/idle-report.js +1 -1
package/package.json
CHANGED
package/src/idle-report.js
CHANGED
|
@@ -206,7 +206,7 @@ function findPOIData (event, userData) {
|
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
function findGeofenceData (event, userData
|
|
209
|
+
function findGeofenceData (event, userData) {
|
|
210
210
|
const geofence = geofences.find(g =>
|
|
211
211
|
checkGeofenceIn(convertPositionToFeature(event.position), convertToFeature(g)))
|
|
212
212
|
if (geofence) {
|