summaryrefslogtreecommitdiff
path: root/lib/web/auth/facebook/index.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/web/auth/facebook/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/auth/facebook/index.js b/lib/web/auth/facebook/index.js
index 0ba948bb..acf566eb 100644
--- a/lib/web/auth/facebook/index.js
+++ b/lib/web/auth/facebook/index.js
@@ -7,7 +7,7 @@ const FacebookStrategy = require('passport-facebook').Strategy
const config = require('../../../config')
const { passportGeneralCallback } = require('../utils')
-let facebookAuth = module.exports = Router()
+const facebookAuth = module.exports = Router()
passport.use(new FacebookStrategy({
clientID: config.facebook.clientID,