Skip to content

Commit

Permalink
chore: Export UserService in UserModule
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Sep 26, 2024
1 parent d3dd66f commit fff8771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/user/user.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ import { UserService } from './user.service';
imports: [PrismaModule, BlockchainModule],
controllers: [UserController],
providers: [UserService],
exports: [UserService],
})
export class UserModule {}

0 comments on commit fff8771

Please sign in to comment.