mirror of https://github.com/buster-so/buster.git
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:
commit
094be8a3f1
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue