Skip to content

Commit

Permalink
fix: change the island code example (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho authored Oct 17, 2023
2 parents ee76394 + 2ebfe20 commit fa8bb2f
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 fa8bb2f

Please sign in to comment.