From 3911fe491c87b05126c6a7fa5621d37721d76567 Mon Sep 17 00:00:00 2001 From: Ravi Prasad Date: Wed, 9 Sep 2026 04:20:59 -0500 Subject: [PATCH] favs set --- import.go | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/import.go b/import.go index c5439d6..500c95d 100644 --- a/import.go +++ b/import.go @@ -104,14 +104,14 @@ func importPlayerShotCharts(db *gorm.DB) { targetPlayerIDs := []string{ // "jamesle01", - // "curryst01", + "curryst01", // "jokicni01", // "doncilu01", - "hardeja01", - "irvinky01", - "duranke01", - "youngtr01", - "gilgesh01", + // "hardeja01", + // "irvinky01", + // "duranke01", + // "youngtr01", + // "gilgesh01", // "brunsja01", // "edwaran01", // "mitchdo01", @@ -134,22 +134,22 @@ func importPlayerShotCharts(db *gorm.DB) { // "townska01", // "walkeke02", // "bealbr01", - // "antetgi01", - // "bookede01", + "antetgi01", + "bookede01", // "youngtr01", // "doncilu01", // "jokicni01", - // "randlju01", - // "embiijo01", + "randlju01", + "embiijo01", // "tatumja01", // "gilgesh01", // "edwaran01", - // "mitchdo01", + "mitchdo01", // "brunsja01", - // "herroty01", - // "brownja02", - // "maxeyty01", - // "murraja01", + "herroty01", + "brownja02", + "maxeyty01", + "murraja01", } if len(targetPlayerIDs) == 0 {