From 96fee1506abb12a7b89b4f6f5611ae45c295e27c Mon Sep 17 00:00:00 2001 From: Max Ostapenko Date: Fri, 27 Sep 2024 20:24:41 +0000 Subject: [PATCH] dates reset --- definitions/output/all/requests_backfill.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/output/all/requests_backfill.js b/definitions/output/all/requests_backfill.js index f0df478..e5881e5 100644 --- a/definitions/output/all/requests_backfill.js +++ b/definitions/output/all/requests_backfill.js @@ -1,8 +1,8 @@ let monthRange = []; for ( - let month = '2022-08-01'; - month >= '2022-08-01'; //2016-01-01 + let month = '2022-06-01'; + month >= '2016-01-01'; month = constants.fn_past_month(month)) { monthRange.push(month) }