From 3d5c00a2ed70d8aaed53c38555e37a58cd75be8a Mon Sep 17 00:00:00 2001 From: scottqueen-bixal Date: Fri, 5 Jan 2024 10:35:03 -0500 Subject: [PATCH] update devices to 30days range --- reports/api.json | 2 +- reports/reports.json | 2 +- reports/usa.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reports/api.json b/reports/api.json index 5bed8581..2ab415e9 100644 --- a/reports/api.json +++ b/reports/api.json @@ -19,7 +19,7 @@ ], "dateRanges": [ { - "startDate": "3daysAgo", + "startDate": "30daysAgo", "endDate": "yesterday" } ], diff --git a/reports/reports.json b/reports/reports.json index 0f330e57..9cdb23fc 100644 --- a/reports/reports.json +++ b/reports/reports.json @@ -129,7 +129,7 @@ ], "dateRanges": [ { - "startDate": "90daysAgo", + "startDate": "30daysAgo", "endDate": "yesterday" } ], diff --git a/reports/usa.json b/reports/usa.json index 45d00a3f..6e98656f 100644 --- a/reports/usa.json +++ b/reports/usa.json @@ -163,7 +163,7 @@ ], "dateRanges": [ { - "startDate": "90daysAgo", + "startDate": "30daysAgo", "endDate": "yesterday" } ],