mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-23 06:25:14 +00:00
auto-fix missing games
This commit is contained in:
@@ -65,8 +65,8 @@ func main() {
|
||||
// importGameSchedules(db)
|
||||
// log.Println("🎉 Game Imports completed successfully 🏀")
|
||||
|
||||
importBoxScores(db)
|
||||
log.Println("🎉 Related Box Score Imports completed successfully 📦")
|
||||
importMissingBoxScores(db)
|
||||
log.Println("🎉 Missing Box Score Imports completed successfully 📦")
|
||||
|
||||
importMarkPlayoffGames(db)
|
||||
log.Println("🎉 Playoff games marked successfully 🏆")
|
||||
|
||||
Reference in New Issue
Block a user