Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic committed Jul 25, 2024
1 parent 55ddbbd commit 925bd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bri-3/src/bri/auth/auth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const CommandHandlers = [
CqrsModule,
PassportModule,
JwtModule,
SubjectModule, // TODO: Dummy commit to trigger GH action
LoggingModule
SubjectModule,
LoggingModule,
],
controllers: [AuthController],
providers: [...CommandHandlers, AuthAgent],
Expand Down

0 comments on commit 925bd60

Please sign in to comment.