fix
This commit is contained in:
@@ -123,4 +123,12 @@ export class CreateAgentProfileDto {
|
||||
@IsOptional()
|
||||
@IsUrl()
|
||||
instagramUrl?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
example: 'https://sin1.contabostorage.com/request/development/avatars/abc123.jpg',
|
||||
description: 'Avatar image URL',
|
||||
})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
avatar?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user