Skip to content

Commit

Permalink
Update services/121-service/src/registration/dto/duplicate.dto.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
RubenGeo and Copilot authored Feb 14, 2025
1 parent cf73db5 commit a0f2d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/121-service/src/registration/dto/duplicate.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export class DuplicateDto {
@ApiProperty({ example: ['phoneNumber'] })
public readonly attributeNames: string[];

@ApiProperty({ example: 'true' })
@ApiProperty({ example: true })
public readonly isDuplicateAccessibleWithinScope: boolean;
}

0 comments on commit a0f2d8f

Please sign in to comment.