forked from OpenWF/SpaceNinjaServer
		
	chore: fix typo
This commit is contained in:
		
							parent
							
								
									c0947b8822
								
							
						
					
					
						commit
						e784b2dfb8
					
				@ -19,7 +19,7 @@ import {
 | 
			
		||||
    sortieBossToFaction,
 | 
			
		||||
    sortieFactionToFactionIndexes,
 | 
			
		||||
    sortieFactionToSystemIndexes
 | 
			
		||||
} from "@/src/helpers/worlstateHelper";
 | 
			
		||||
} from "@/src/helpers/worldStateHelper";
 | 
			
		||||
 | 
			
		||||
export const worldStateController: RequestHandler = (req, res) => {
 | 
			
		||||
    const day = Math.trunc((Date.now() - EPOCH) / 86400000);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user