Skip to content

Commit 0f8f0be

Browse files
committed
fix(node): order type
1 parent e987724 commit 0f8f0be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lavcode-node/src/actions/password/dtos/update-password.dto.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export class UpdatePasswordDto {
1111
value?: string;
1212
@V().IsOptional()
1313
remark?: string;
14-
@V().Required()
15-
order!: string;
14+
@V().IsNumber().Required()
15+
order!: number;
1616

1717
@V().IsOptional()
1818
icon!: UpsertIconDto;

0 commit comments

Comments
 (0)