fix eslint?
This commit is contained in:
parent
71fcd9804a
commit
c735b99752
@ -1,5 +1,4 @@
|
||||
import { WorldState } from "@/src/models/worldStateModel";
|
||||
import buildConfig from "@/static/data/buildConfig.json";
|
||||
|
||||
export const createWorldState = async () => {
|
||||
const worldState = new WorldState();
|
||||
|
@ -111,7 +111,7 @@ export interface ISortie extends Omit<ILiteSortie, "Missions"> {
|
||||
export interface ILiteSortie extends IBaseWorldStateObject {
|
||||
Reward: string;
|
||||
Seed: number;
|
||||
Boss: String;
|
||||
Boss: string;
|
||||
Missions: ISortieMission[];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user