@@ -55,7 +55,7 @@ def add_players(players: list[Player]):
def list_players():
with Session(engine) as session:
statement = select(Player).order_by(Player.name)
statement = select(Player).order_by(Player.display_name)
return session.exec(statement).fetchall()
The note is not visible to the blocked user.