shot chart service and models update

This commit is contained in:
Ravi Prasad
2025-05-13 22:10:42 -05:00
parent 5f67c07579
commit cdf5cf4cd2
14 changed files with 3117 additions and 115 deletions
+3 -2
View File
@@ -52,8 +52,9 @@ func main() {
importPlayerPlayoffsScrape(db)
log.Println("🎉 Player Playoffs (scraped) Import completed successfully")
importPlayerShotChart(db)
log.Println("🎉 Player Shot Chart Import Completed Successfully ")
// importPlayerShotChart(db)
// log.Println("🎉 Player Shot Chart Import Completed Successfully ")
log.Println("🎉 Import completed successfully")
return
}