Skip to content

Commit 41db0aa

Browse files
committed
Minor syntax changes
1 parent 5a07880 commit 41db0aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ exports.init = function (config) {
3939

4040
// Set up the routes
4141
Bloggify.server.addPage(config.loginURI, ctx => {
42-
ctx.res.ctx =ctx
42+
ctx.res.ctx = ctx
4343
ghClient.login(ctx.req, ctx.res)
4444
})
4545

4646
Bloggify.server.addPage(config.callbackURI, ctx => {
47-
ctx.res.ctx =ctx
47+
ctx.res.ctx = ctx
4848
ghClient.callback(ctx.req, ctx.res)
4949
})
5050

0 commit comments

Comments
 (0)