Skip to content

Commit

Permalink
lint: .
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed May 7, 2024
1 parent cb403d4 commit 479f939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dtos/user/update-user-info.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class UpdateUserInfoDto {
@IsOptional()
bio: string;

@ApiProperty({example: 'https://image.png'})
@ApiProperty({ example: 'https://image.png' })
@IsOptional()
@IsString()
avatar: string;
Expand Down

0 comments on commit 479f939

Please sign in to comment.