Skip to content

Commit

Permalink
fix: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Aug 1, 2022
1 parent 7019d28 commit 7cd4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/http/HttpServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export default class HttpServer {
log.debug(`Creating Authorization scheme for ${authKey}`)

// Create the Auth Scheme for the endpoint
const scheme = createJWTAuthScheme(jwtSettings, this)
const scheme = createJWTAuthScheme(jwtSettings)

// Set the auth scheme and strategy on the server
this.#server.auth.scheme(authSchemeName, scheme)
Expand Down

0 comments on commit 7cd4a5a

Please sign in to comment.