Skip to content

Commit

Permalink
fix: imageURL is base64 currently from studio (#486)
Browse files Browse the repository at this point in the history
Signed-off-by: ankita_patidar <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
ankita-p17 authored and KulkarniShashank committed Sep 11, 2024
1 parent a94200d commit d931321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api-gateway/src/connection/dtos/connection.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class CreateConnectionDto {
@ApiPropertyOptional()
@IsOptional()
@IsNotEmpty({ message: 'please provide valid imageUrl' })
@IsString({ message: 'imageUrl must be a string' })
@IsString()
imageUrl: string;

@ApiPropertyOptional()
Expand Down

0 comments on commit d931321

Please sign in to comment.