Circular dependancy issue when working on hardening

This commit is contained in:
2025-03-25 16:43:16 +00:00
parent 1a531af4f8
commit b58a8bdb82
8 changed files with 96 additions and 23 deletions

View File

@@ -40,7 +40,6 @@ func Home(db *sql.DB) http.HandlerFunc {
continue
}
// ✅ Add sorted ball list
res.SortedBalls = []int{
res.Ball1, res.Ball2, res.Ball3, res.Ball4, res.Ball5,
}