Skip to content

Commit a81b7a1

Browse files
committed
Sort teams in repositories in the v1 API
1 parent fe9c45f commit a81b7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/static_api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ impl<'a> Generator<'a> {
121121
}
122122
}
123123
}
124+
teams.sort_by_key(|t| t.name.clone());
124125
teams
125126
},
126127
members: r

0 commit comments

Comments
 (0)