mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Remove console.log
This commit is contained in:
parent
cbdb8fa51f
commit
c129023821
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue