mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 10:24:53 +00:00
Update default value for profile picture in UserEntity
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: defaultProfilePicture,
|
default: '',
|
||||||
})
|
})
|
||||||
public profilePicture: string;
|
public profilePicture: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user