mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
prettier
This commit is contained in:
@@ -96,7 +96,7 @@ export function parseStats(csv: string, mode: Gamemode = 'main'): Stats {
|
|||||||
};
|
};
|
||||||
return activity;
|
return activity;
|
||||||
});
|
});
|
||||||
|
|
||||||
/** `seasonal` API results don't currently include TOB: Hard Mode, so it needs to be filtered out in that case. */
|
/** `seasonal` API results don't currently include TOB: Hard Mode, so it needs to be filtered out in that case. */
|
||||||
const filteredBosses =
|
const filteredBosses =
|
||||||
mode === 'seasonal'
|
mode === 'seasonal'
|
||||||
|
Reference in New Issue
Block a user