slapid and player now links when registering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user