fleetmap-reports 2.0.240 → 2.0.241

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.240",
3
+ "version": "2.0.241",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -105,7 +105,7 @@ async function createZoneReport (from, to, userData, traccar) {
105
105
  const reportRangeDays = (new Date(to).getTime() - new Date(from).getTime()) / (1000 * 60 * 60 * 24)
106
106
  const sliced = automaticReports.sliceArray(devices, sliceSize)
107
107
 
108
- const url = 'https://api.pinme.io/pinmeapi/process-report/zone-report-processing'
108
+ const url = 'https://rntba7aqifqx3iywrenb7pq6km0liwsr.lambda-url.us-east-1.on.aws/pinmeapi/process-report/zone-report-processing'
109
109
 
110
110
  const limit = simpleLimit(25)
111
111
  const promises = sliced.map((slice, i) => limit(async () => {