Skip to content

Commit 23a4c84

Browse files
committed
fixed spaces
1 parent 9cf5968 commit 23a4c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internals.implementation = function (server, options) {
4242
return reply(Boom.unauthorized('HTTP authentication header missing signature'));
4343
}
4444
} catch (e) {
45-
return reply(Boom.badRequest(e, 'Signature'));
45+
return reply(Boom.badRequest(e, 'Signature'));
4646
}
4747

4848
settings.validateFunc(request, parsedSignature, function (err, isValid, credentials) {

0 commit comments

Comments
 (0)