forked from OpenWF/SpaceNinjaServer
lint:ci fix
This commit is contained in:
parent
c9170b4086
commit
8957da5275
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user