Skip to content

Commit 8392ee3

Browse files
authored
Merge pull request #125 from ChooseTale/fix/create-game
fix: 유저 프로필 사진 변경 로직
2 parents 10fc123 + cbe03d7 commit 8392ee3

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)