From 9ba19d00471e0ec394502b923c54bb22c998be14 Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Tue, 23 Jun 2026 22:55:13 -0500 Subject: [PATCH] Update import state dates and window days --- .github/import-state.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/import-state.json b/.github/import-state.json index 8f83a9b..b72c0b1 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,8 +1,8 @@ { "current_season": 2013, - "current_from": "2013-02-07", - "current_to": "2013-02-27", + "current_from": "2013-01-01", + "current_to": "2013-01-10", "target_end": "2026-06-30", - "window_days": 20, + "window_days": 10, "completed": false }