fleetmap-reports 2.0.150 → 2.0.151

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.150",
3
+ "version": "2.0.151",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -314,8 +314,6 @@ async function getRoadSpeedLimits (devices, routes, threshold, minimumMinutes =
314
314
  const config = {
315
315
  Chile: getOSMSpeedingEvents,
316
316
  CL: getOSMSpeedingEvents,
317
- Morocco: getOSMSpeedingEvents,
318
- MA: getOSMSpeedingEvents,
319
317
  Brazil: getOSMSpeedingEvents,
320
318
  BR: getOSMSpeedingEvents
321
319
  }