We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a07880 commit 41db0aaCopy full SHA for 41db0aa
1 file changed
lib/index.js
@@ -39,12 +39,12 @@ exports.init = function (config) {
39
40
// Set up the routes
41
Bloggify.server.addPage(config.loginURI, ctx => {
42
- ctx.res.ctx =ctx
+ ctx.res.ctx = ctx
43
ghClient.login(ctx.req, ctx.res)
44
})
45
46
Bloggify.server.addPage(config.callbackURI, ctx => {
47
48
ghClient.callback(ctx.req, ctx.res)
49
50
0 commit comments