slapid and player now links when registering

This commit is contained in:
2026-02-17 18:33:22 +11:00
parent 35eb2e695a
commit c16db1bf60
11 changed files with 137 additions and 28 deletions

View File

@@ -2,7 +2,6 @@ package handlers
import (
"context"
"fmt"
"net/http"
"strconv"
@@ -93,7 +92,6 @@ func UpdateFixtures(
}
var valid bool
fixtures, valid = updateFixtures(fixtures, updates)
fmt.Println(len(fixtures))
if !valid {
notify.Warn(s, w, r, "Invalid game weeks", "A game week is missing or has no games", nil)
return false, nil