From 479f93988faafafe37611a01c762ec14d4345e5f Mon Sep 17 00:00:00 2001 From: lambiengcode Date: Tue, 7 May 2024 16:24:02 +0700 Subject: [PATCH] lint: . --- src/core/dtos/user/update-user-info.dto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dtos/user/update-user-info.dto.ts b/src/core/dtos/user/update-user-info.dto.ts index ceb0f4d..3bd6409 100644 --- a/src/core/dtos/user/update-user-info.dto.ts +++ b/src/core/dtos/user/update-user-info.dto.ts @@ -12,7 +12,7 @@ export class UpdateUserInfoDto { @IsOptional() bio: string; - @ApiProperty({example: 'https://image.png'}) + @ApiProperty({ example: 'https://image.png' }) @IsOptional() @IsString() avatar: string;