mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 18:27:05 +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({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
type: 'text',
|
type: 'text',
|
||||||
default: '',
|
default: defaultProfilePicture,
|
||||||
})
|
})
|
||||||
public profilePicture: string;
|
public profilePicture: string;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user