From 845a8f715696356e8aef508ff006b309fb8a790d Mon Sep 17 00:00:00 2001 From: Sainan Date: Sat, 22 Jun 2024 01:10:53 +0000 Subject: [PATCH] Apply prettier changes --- src/controllers/custom/getItemListsController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/custom/getItemListsController.ts b/src/controllers/custom/getItemListsController.ts index 341296f6..a3e794a0 100644 --- a/src/controllers/custom/getItemListsController.ts +++ b/src/controllers/custom/getItemListsController.ts @@ -53,7 +53,7 @@ const getItemListsController: RequestHandler = (_req, res) => { uniqueName, name: getEnglishString(upgrade.name), fusionLimit: upgrade.fusionLimit - }) + }); if (upgrade.isStarter || upgrade.isFrivolous || upgrade.upgradeEntries) { badItems[uniqueName] = true; }