|
@@ -39,7 +39,6 @@ export class UserService {
|
|
}
|
|
}
|
|
|
|
|
|
async getUserById(userId: string): Promise<UserResponseDto> {
|
|
async getUserById(userId: string): Promise<UserResponseDto> {
|
|
- console.log(userId);
|
|
|
|
const user = await this.userRepository.get(userId);
|
|
const user = await this.userRepository.get(userId);
|
|
if (!user) {
|
|
if (!user) {
|
|
throw new NotFoundException('User not found');
|
|
throw new NotFoundException('User not found');
|