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

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