Compare commits
1 Commits
5f86c8cb20
...
8f3f4d1d58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f3f4d1d58 |
@ -138,6 +138,9 @@ async def get_teams(
|
||||
if ranking_max is not None:
|
||||
all_teams = all_teams.where(Team.ranking <= ranking_max)
|
||||
|
||||
if ranking_max is not None:
|
||||
all_teams = all_teams.where(Team.ranking <= ranking_max)
|
||||
|
||||
if has_guide is not None:
|
||||
# Use boolean comparison (PostgreSQL-compatible)
|
||||
if not has_guide:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user