diff options
author | mat <github@matdoes.dev> | 2022-04-09 15:18:18 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-04-09 15:18:18 -0500 |
commit | 7dc93c14ffd1975c3961c381a6a9d84252eb4f03 (patch) | |
tree | ae558e8c2dcd326cd1af359e7153fc0e1119e364 /src/cleaners | |
parent | 79e2bea91ddac6d5aafe2ed06fa2da37e92ef778 (diff) | |
download | skyblock-api-7dc93c14ffd1975c3961c381a6a9d84252eb4f03.tar.gz skyblock-api-7dc93c14ffd1975c3961c381a6a9d84252eb4f03.tar.bz2 skyblock-api-7dc93c14ffd1975c3961c381a6a9d84252eb4f03.zip |
Add slowest coop join leaderboard
Diffstat (limited to 'src/cleaners')
-rw-r--r-- | src/cleaners/skyblock/stats.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cleaners/skyblock/stats.ts b/src/cleaners/skyblock/stats.ts index 0a0c32a..67099af 100644 --- a/src/cleaners/skyblock/stats.ts +++ b/src/cleaners/skyblock/stats.ts @@ -65,7 +65,7 @@ export function categorizeStat(statNameRaw: string): StatCategory { } export const statUnits = { - time: ['_best_time', '_best_time_2', 'fastest_coop_join'], + time: ['_best_time', '_best_time_2', 'fastest_coop_join', 'slowest_coop_join'], date: ['first_join', 'last_save'], coins: ['purse'], leaderboards: ['leaderboards_count', 'top_1_leaderboards_count'] |