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