Skip to content

Commit 237243d

Browse files
committed
Make title optional
1 parent e7ed0c0 commit 237243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export interface Meta {
393393
birthMonth?: number
394394
birthDay?: number
395395
association?: string
396-
title: string
396+
title?: string
397397
detail: string
398398
affiliation?: string
399399
element: string

0 commit comments

Comments
 (0)