From 80390ca8e80b1c58c2b5f6f04efc2fde2b79ff55 Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Wed, 24 Jun 2026 16:14:28 -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 2caa47d..0f8170d 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,8 +1,8 @@ { "current_season": 2013, - "current_from": "2013-03-14", - "current_to": "2013-03-21", + "current_from": "2013-03-7", + "current_to": "2013-03-13", "target_end": "2026-06-30", - "window_days": 7, + "window_days": 6, "completed": false }