From 09f2a04bc051d785aed0248e7f67f2d3b2e2cf6b Mon Sep 17 00:00:00 2001 From: BoHong Li Date: Fri, 2 Aug 2019 00:58:52 +0800 Subject: [PATCH] refactor: fix lint on lib/web/auth/github/index.js Signed-off-by: BoHong Li --- lib/web/auth/github/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/auth/github/index.js b/lib/web/auth/github/index.js index afa5fa31..c1bf48f8 100644 --- a/lib/web/auth/github/index.js +++ b/lib/web/auth/github/index.js @@ -7,7 +7,7 @@ const config = require('../../../config') const response = require('../../../response') const { setReturnToFromReferer, passportGeneralCallback } = require('../utils') -let githubAuth = module.exports = Router() +const githubAuth = module.exports = Router() passport.use(new GithubStrategy({ clientID: config.github.clientID,