From 2ebfe2067c3c29d07b2ff1962a36f5694aecc99b Mon Sep 17 00:00:00 2001 From: Rakesh Date: Tue, 17 Oct 2023 00:02:01 +0530 Subject: [PATCH] changed the island code --- src/island/island.dto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/island/island.dto.ts b/src/island/island.dto.ts index 3b45c57..186c451 100644 --- a/src/island/island.dto.ts +++ b/src/island/island.dto.ts @@ -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()