mirror of https://github.com/buster-so/buster.git
new line
This commit is contained in:
parent
5d8a3a3337
commit
bdb83d4b82
|
@ -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