We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10fc123 + cbe03d7 commit 8392ee3Copy full SHA for 8392ee3
1 file changed
src/user/domain/entities/user.entity.ts
@@ -34,6 +34,6 @@ export class UserEntity {
34
}
35
36
updateProfileImageUrl(multerImagePath: string) {
37
- this.profileImageUrl = '/' + multerImagePath;
+ this.profileImageUrl = multerImagePath;
38
39
0 commit comments