chore: fix typo

This commit is contained in:
Sainan 2025-04-10 21:05:35 +02:00
parent c0947b8822
commit e784b2dfb8
2 changed files with 1 additions and 1 deletions

View File

@ -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);