Skip to content

Commit 69f72b5

Browse files
committed
fix: update default profile image path in User entity
1 parent 26df20a commit 69f72b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/user/entity/user.entity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class User {
7171
@Prop({
7272
type: String,
7373
required: true,
74-
default: '/assets/default-profile.png',
74+
default: '/img/note-block-pfp.jpg',
7575
})
7676
profileImage: string;
7777

0 commit comments

Comments
 (0)