lint:ci fix

This commit is contained in:
Slayer55555 2025-10-07 13:23:12 -07:00
parent c9170b4086
commit 8957da5275

View File

@ -1574,7 +1574,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
] as const; ] as const;
const selected = vcWeeks const selected = vcWeeks
.filter(([flag]) => (config.worldState as any)?.[flag]) .filter(([flag]) => (config.worldState)?.[flag])
.map(([, idx]) => voidCorruptionAlerts[idx]); .map(([, idx]) => voidCorruptionAlerts[idx]);
if (selected.length) { if (selected.length) {