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