shot imports

This commit is contained in:
2026-05-29 03:05:58 -05:00
parent dc4dc4eac4
commit dd43663565
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ func main() {
importBoxScores(db)
log.Println("🎉 Related Box Score Imports completed successfully 📦")
// importPlayerShotCharts(db)
// log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
importPlayerShotCharts(db)
log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
log.Println("🏀 ALL Imports completed successfully ✅ 🙌")
return