diff options
author | mat <github@matdoes.dev> | 2022-06-17 14:55:34 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-06-17 14:55:34 -0500 |
commit | 90f4b2c916cdd7f61843c7a2c7f4451d44e18367 (patch) | |
tree | 887d5120cbd7823345183ee5556f72a538c57ea4 /src/lib/sections/Zones.svelte | |
parent | b68a711c131d29a396440f2f76963ec5593aa3e7 (diff) | |
download | skyblock-stats-90f4b2c916cdd7f61843c7a2c7f4451d44e18367.tar.gz skyblock-stats-90f4b2c916cdd7f61843c7a2c7f4451d44e18367.tar.bz2 skyblock-stats-90f4b2c916cdd7f61843c7a2c7f4451d44e18367.zip |
Fix being ratelimited sometimes
Diffstat (limited to 'src/lib/sections/Zones.svelte')
-rw-r--r-- | src/lib/sections/Zones.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sections/Zones.svelte b/src/lib/sections/Zones.svelte index ef96456..f7e993b 100644 --- a/src/lib/sections/Zones.svelte +++ b/src/lib/sections/Zones.svelte @@ -1,6 +1,6 @@ <script lang="ts"> import type { CleanMemberProfile } from '$lib/APITypes' - import { cleanId, toRomanNumerals } from '$lib/utils' + import { cleanId } from '$lib/utils' export let data: CleanMemberProfile |