Skip to content

Commit 4feda9a

Browse files
committed
cleanup unused param name
1 parent ba598da commit 4feda9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ internals.Auth.prototype._authenticate = function (request, next) {
284284

285285
if (config.scope) {
286286
if (config.hasScopeParameters) {
287-
var expandScope = function (_, context) {
287+
var expandScope = function ($0, context) {
288288

289289
return Hoek.reach({
290290
params: request.params,

0 commit comments

Comments
 (0)