We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 458def4 + 43c1fc7 commit f3ca385Copy full SHA for f3ca385
1 file changed
srv/github-dev.js
@@ -6,8 +6,8 @@
6
var TOKEN = process.env.TOKEN || ''
7
8
require('seneca')()
9
-.use('../github.js', {token: TOKEN})
10
.use('entity')
+.use('../github.js', {token: TOKEN})
11
.add('role:info,req:part', function (args, done) {
12
done()
13
0 commit comments