forked from OpenWF/SpaceNinjaServer
prettier
This commit is contained in:
parent
8957da5275
commit
9b1db045a8
@ -1573,9 +1573,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
|
||||
["voidCorruptionWeek4", 3],
|
||||
] as const;
|
||||
|
||||
const selected = vcWeeks
|
||||
.filter(([flag]) => (config.worldState)?.[flag])
|
||||
.map(([, idx]) => voidCorruptionAlerts[idx]);
|
||||
const selected = vcWeeks.filter(([flag]) => config.worldState?.[flag]).map(([, idx]) => voidCorruptionAlerts[idx]);
|
||||
|
||||
if (selected.length) {
|
||||
worldState.Alerts = [...worldState.Alerts, ...selected];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user