Skip to content

Commit

Permalink
test(framework): fix confusing method name
Browse files Browse the repository at this point in the history
  • Loading branch information
alpharder committed Jul 10, 2024
1 parent 30d9d23 commit ef1dfba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SessionForRequest } from './session-for-request.dto.js';

export class AuthenticationListener {
@eventDispatcher.listen(httpWorkflow.onAuth)
onServerMainBootstrap(event: typeof httpWorkflow.onAuth.event, module: AuthenticationModule) {
onAuth(event: typeof httpWorkflow.onAuth.event, module: AuthenticationModule) {
event.injectorContext.set(
SessionForRequest,
new SessionForRequest(
Expand Down

0 comments on commit ef1dfba

Please sign in to comment.