From 83a386584cd1ee24c2d1ac92cdc49612b0f01e48 Mon Sep 17 00:00:00 2001 From: nickofolas <60761231+nickofolas@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:37:34 -0400 Subject: [PATCH] Make compiler happy --- src/Faction/FactionHelpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faction/FactionHelpers.tsx b/src/Faction/FactionHelpers.tsx index 4c5ceda2f..b32d49f76 100644 --- a/src/Faction/FactionHelpers.tsx +++ b/src/Faction/FactionHelpers.tsx @@ -202,7 +202,7 @@ export const getFactionAugmentationsFiltered = (player: IPlayer, faction: Factio // Remove special augs augs = augs.filter((a) => !a.isSpecial); - const blacklist = [AugmentationNames.NeuroFluxGovernor]; + const blacklist: string[] = [AugmentationNames.NeuroFluxGovernor]; if (player.bitNodeN !== 2) { // Remove faction-unique augs that don't belong to this faction