Fix for undefined fightNumber
All checks were successful
/ publish (push) Successful in 7s
/ unlighthouse (push) Successful in 27s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 7s
/ checking (push) Successful in 11s
/ release (push) Successful in 16s
/ build-site (push) Successful in 1m19s
All checks were successful
/ publish (push) Successful in 7s
/ unlighthouse (push) Successful in 27s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 7s
/ checking (push) Successful in 11s
/ release (push) Successful in 16s
/ build-site (push) Successful in 1m19s
This commit is contained in:
parent
8f989176c7
commit
cbf8f0d2ea
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ interface Info {
|
||||||
questReleaseDate: string
|
questReleaseDate: string
|
||||||
description: string
|
description: string
|
||||||
shortdescription: string
|
shortdescription: string
|
||||||
fightNumber?: number
|
fightNumber: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FileData {
|
export interface FileData {
|
||||||
|
|
Loading…
Reference in a new issue