From 90d66b6b2c69836bcb8538d57d74bb0a63f61629 Mon Sep 17 00:00:00 2001 From: NotJayden Date: Tue, 8 Jun 2021 16:16:00 +0800 Subject: [PATCH] prettier --- src/hiscores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hiscores.ts b/src/hiscores.ts index a386937..f4ecd90 100644 --- a/src/hiscores.ts +++ b/src/hiscores.ts @@ -96,7 +96,7 @@ export function parseStats(csv: string, mode: Gamemode = 'main'): Stats { }; return activity; }); - + /** `seasonal` API results don't currently include TOB: Hard Mode, so it needs to be filtered out in that case. */ const filteredBosses = mode === 'seasonal'