We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6f8a4 commit badb863Copy full SHA for badb863
db/github.js
@@ -3,6 +3,7 @@
3
var teams = db.Team.find().map(function(t) {
4
return {
5
name: t.name,
6
+ slug: t.slug,
7
members: t.members.map(function(m) {
8
var p = db.Person.findOne({ _id: m._id }, {
9
github: true, email: true, name: true
0 commit comments