Skip to content

Commit badb863

Browse files
author
Visnu Pitiyanuvath
committed
include slugs in the github json
1 parent ef6f8a4 commit badb863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/github.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
var teams = db.Team.find().map(function(t) {
44
return {
55
name: t.name,
6+
slug: t.slug,
67
members: t.members.map(function(m) {
78
var p = db.Person.findOne({ _id: m._id }, {
89
github: true, email: true, name: true

0 commit comments

Comments
 (0)