fleetmap-reports 2.0.349 → 2.0.350

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": "2.0.349",
3
+ "version": "2.0.350",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -198,7 +198,7 @@ function analyseRouteRefueling (data, d, refuelingPositions) {
198
198
  if (diff > 5 && !refuelingActivated) {
199
199
  refuelingActivated = true
200
200
  currentValue = diff
201
- } else if (refuelingActivated && currentValue <= diff) {
201
+ } else if (refuelingActivated && currentValue < diff) {
202
202
  currentValue = diff
203
203
  } else {
204
204
  if (currentValue > 20) {