Skip to content

Commit

Permalink
fixes sane#20 server error 500, undefined function
Browse files Browse the repository at this point in the history
  • Loading branch information
givanse committed May 19, 2015
1 parent c9beee3 commit e1c5673
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ module.exports = {
},

logout: function(req, res) {
req.logout();
res.send({
success: true,
message: 'logoutSuccessful'
Expand Down

0 comments on commit e1c5673

Please sign in to comment.