Skip to content

Commit 015e0df

Browse files
tacxouRICHARD-Quentin
authored andcommitted
fix identities dto
1 parent 7b280a6 commit 015e0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/management/identities/_dto/identities.dto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class IdentitiesCreateDto extends MetadataDto {
1414
state: IdentityState;
1515

1616
@IsNumber()
17+
@IsOptional()
1718
@IsEnum(IdentityLifecycle)
1819
@ApiProperty({ enum: IdentityLifecycle })
1920
lifecycle: number;

0 commit comments

Comments
 (0)