Circular dependancy issue when working on hardening
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user