Fix for undefined fightNumber
This commit is contained in:
parent
8f989176c7
commit
1b50cf93e0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ interface Info {
|
|||
questReleaseDate: string
|
||||
description: string
|
||||
shortdescription: string
|
||||
fightNumber?: number
|
||||
fightNumber: number
|
||||
}
|
||||
|
||||
export interface FileData {
|
||||
|
|
Loading…
Reference in a new issue