aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar momothereal <[email protected]>2018-06-23 02:13:04 -0400
committerGravatar momothereal <[email protected]>2018-06-23 02:13:04 -0400
commitd59a42c07943f672569554135d648f16f0f32b35 (patch)
tree4c2fb185f61c136107d27d383e202f0b37f32a91 /pysite
parentFix linting issue (diff)
Pluck team repo in team list
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/main/jams/jam_team_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/jams/jam_team_list.py b/pysite/views/main/jams/jam_team_list.py
index 8165f235..0eb43a5a 100644
--- a/pysite/views/main/jams/jam_team_list.py
+++ b/pysite/views/main/jams/jam_team_list.py
@@ -23,7 +23,7 @@ class JamsTeamListView(RouteView, DBMixin, OAuthMixin):
"teams":
self.db.query(self.table_name)
.filter(lambda team_row: jam_obj["teams"].contains(team_row["id"]))
- .pluck(["id", "name", "members"])
+ .pluck(["id", "name", "members", "repo"])
.merge(
lambda team: {
"members":