Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #131 from tepez/master
Browse files Browse the repository at this point in the history
Remove unwanted argument
  • Loading branch information
Eran Hammer committed Jan 5, 2015
2 parents ffc1813 + 7b5e953 commit 348f25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -348,7 +348,7 @@ exports.authenticateBewit = function (req, credentialsFunc, options, callback) {
// No other authentication

if (request.authorization) {
return callback(Boom.badRequest('Multiple authentications', 'Hawk'));
return callback(Boom.badRequest('Multiple authentications'));
}

// Parse bewit
Expand Down

0 comments on commit 348f25b

Please sign in to comment.