We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fa1bb commit cbe03d7Copy full SHA for cbe03d7
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