We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e53e4 commit c1ffb61Copy full SHA for c1ffb61
index.js
@@ -53,7 +53,7 @@ ExpressOAuthServer.prototype.authenticate = function(options) {
53
})
54
.catch(function(e) {
55
return handleError.call(this, e, req, res, null, next);
56
- });
+ });
57
};
58
59
0 commit comments