Skip to content

Commit

Permalink
fix eslint erros and run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
skwowet committed Jul 7, 2023
1 parent cbded40 commit 60f5f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getGithubStrategy(): GithubStrategy {
clientID: GITHUB_CONFIG.clientId,
clientSecret: GITHUB_CONFIG.clientSecret,
callbackURL: GITHUB_CONFIG.callbackUrl,
scope: ['user:email'] // Request email scope
scope: ['user:email'], // Request email scope
},
(accessToken, refreshToken, profile, done) => {
databaseInit()
Expand Down

0 comments on commit 60f5f92

Please sign in to comment.