Skip to content

Commit f3ca385

Browse files
committed
Merge pull request #39 from shanel262/master
Use seneca-entity
2 parents 458def4 + 43c1fc7 commit f3ca385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srv/github-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
var TOKEN = process.env.TOKEN || ''
77

88
require('seneca')()
9-
.use('../github.js', {token: TOKEN})
109
.use('entity')
10+
.use('../github.js', {token: TOKEN})
1111
.add('role:info,req:part', function (args, done) {
1212
done()
1313

0 commit comments

Comments
 (0)