Skip to content

Commit 8309178

Browse files
committed
[Update]n modify visitorCmtDto type #15
1 parent 27ed1e8 commit 8309178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/src/apis/visitor/visitor.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface VisitorDto extends RowDataPacket {
77
}
88

99
export interface VisitorCmtDto {
10-
nickname: string;
10+
nickname?: string;
1111
password: string;
1212
description: string;
1313
}

0 commit comments

Comments
 (0)