Skip to content

Commit cbe03d7

Browse files
committed
fix: 유저 프로필 사진 변경 로직
1 parent 51fa1bb commit cbe03d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/user/domain/entities/user.entity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ export class UserEntity {
3434
}
3535

3636
updateProfileImageUrl(multerImagePath: string) {
37-
this.profileImageUrl = '/' + multerImagePath;
37+
this.profileImageUrl = multerImagePath;
3838
}
3939
}

0 commit comments

Comments
 (0)