updated season league view page
This commit is contained in:
@@ -77,6 +77,10 @@ func GetList[T any](tx bun.Tx) *listgetter[T] {
|
||||
return l
|
||||
}
|
||||
|
||||
func (l *listgetter[T]) String() string {
|
||||
return l.q.String()
|
||||
}
|
||||
|
||||
func (l *listgetter[T]) Join(join string, args ...any) *listgetter[T] {
|
||||
l.q = l.q.Join(join, args...)
|
||||
return l
|
||||
|
||||
Reference in New Issue
Block a user