Skip to content

Commit ebcb630

Browse files
committed
BUG: my realTime Module depends on authService but it never exported so added it in auth module
1 parent 732eeda commit ebcb630

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/auth/auth.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ import { JwtModule } from '@nestjs/jwt';
1111
imports: [PrismaModule, PassportModule, JwtModule.register({})],
1212
controllers: [AuthController],
1313
providers: [AuthService, JwtStrategy, PrismaService],
14+
exports: [AuthService],
1415
})
1516
export class AuthModule {}

0 commit comments

Comments
 (0)