Skip to content

Commit

Permalink
recent test passed, build stable, adding debug logging only for next …
Browse files Browse the repository at this point in the history
…refactoring steps
  • Loading branch information
suculent committed Nov 6, 2023
1 parent 36f1761 commit dcfe2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/router.github.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = function (app) {
}

// added recently, seems to be missing/forgotten or deprecated or compatibility fix for testing or what?
githubOAuth.addRoutes(app, callback);
// githubOAuth.addRoutes(app, callback); causes error 500

githubOAuth.on('error', (err) => {
console.error('[debug] [oauth] [github] there was a login error', err);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"querystring": "^0.2.0",
"redis": "^4.6.1",
"rollbar": "^2.25.2",
"semver": "7.5.2",
"semver": "7.5.3",
"sha256": "^0.2.0",
"shell-escape": "^0.2.0",
"sillyname": "^0.1.0",
Expand Down

0 comments on commit dcfe2c5

Please sign in to comment.