Skip to content

Commit

Permalink
changed the island code
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshrk6 committed Oct 16, 2023
1 parent 9887d61 commit 2ebfe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/island/island.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Island {
@IsNotEmpty()
@IsNumberString()
@Length(9, 9)
@ApiProperty({ description: 'The island code', example: '1101014001' })
@ApiProperty({ description: 'The island code', example: '110140001' })
code: string;

@IsNotEmpty()
Expand Down

0 comments on commit 2ebfe20

Please sign in to comment.