This commit is contained in:
dal 2025-01-20 16:10:48 -07:00
parent 5d8a3a3337
commit bdb83d4b82
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ async fn list_teams_handler(user: User) -> Result<Vec<TeamInfo>> {
.order_by(teams::created_at.desc())
.load(&mut *conn)
.await?;
Ok(teams
.into_iter()