Skip to content

Commit

Permalink
Dummy commit to trigger GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic committed Jul 25, 2024
1 parent ea52e29 commit 55ddbbd
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,
LoggingModule,
SubjectModule, // TODO: Dummy commit to trigger GH action
LoggingModule
],
controllers: [AuthController],
providers: [...CommandHandlers, AuthAgent],
Expand Down

0 comments on commit 55ddbbd

Please sign in to comment.