mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-14 18:05:48 +00:00
Set default profile picture for UserEntity's profilePicture field
This commit is contained in:
@ -23,7 +23,7 @@ export class UserEntity extends AbstractEntity<UserDto> {
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: 'text',
|
||||
default: '',
|
||||
default: defaultProfilePicture,
|
||||
})
|
||||
public profilePicture: string;
|
||||
|
||||
|
Reference in New Issue
Block a user