From 1ff1b4c53a184a2b30a8ed2c5176f1ba3cf8dcea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jun 2026 07:01:59 +0000 Subject: [PATCH] chore: import window 2013-01-10 [season 2013] --- .github/import-state.json | 4 ++-- import.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/import-state.json b/.github/import-state.json index b754b82..0d9fa02 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,7 +1,7 @@ { "current_season": 2013, - "current_from": "2013-01-01", - "current_to": "2013-01-10", + "current_from": "2013-01-10", + "current_to": "2013-01-17", "target_end": "2026-06-30", "window_days": 7, "completed": false diff --git a/import.go b/import.go index 88d7f91..aef8893 100644 --- a/import.go +++ b/import.go @@ -60,7 +60,7 @@ func importPlayerTotalsPlayoffsScrape(db *gorm.DB) { // importGameSchedules fetches and stores game schedules func importGameSchedules(db *gorm.DB) { - months := []string{"january", "february"} + months := []string{"january"} for season := 2013; season <= 2013; season++ { log.Printf("--- Starting Game Schedule Import for Season: %d ---", season)