This commit is contained in:
2025-03-25 09:11:23 +00:00
parent f4a8983b48
commit 3598cb5fd9
7 changed files with 92 additions and 11 deletions

View File

@@ -30,7 +30,6 @@ func InsertThunderballResult(db *sql.DB, res models.ThunderballResult) error {
}
func InsertTicket(db *sql.DB, ticket models.MyTicket) error {
// Convert optional fields to interface{} using manual check
var bonus1Val interface{}
var bonus2Val interface{}