Merge branch 'dallin/bus-920-feature-finish-rest-of-permissions' of https://github.com/buster-so/buster into dallin/bus-920-feature-finish-rest-of-permissions

This commit is contained in:
Nate Kelley 2025-01-20 16:11:59 -07:00
commit 094be8a3f1
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
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()