diff options
author | mat <github@matdoes.dev> | 2021-05-28 22:11:24 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-05-28 22:11:24 -0500 |
commit | 4ab2f45ff3767c3deb4b79cfc343f492941847b0 (patch) | |
tree | 25b70a885cab99faf3db84b228abc7e27ecb9005 /src/hypixelCached.ts | |
parent | e16599d7a2691b482034d40505eff435f400e5f6 (diff) | |
download | skyblock-api-4ab2f45ff3767c3deb4b79cfc343f492941847b0.tar.gz skyblock-api-4ab2f45ff3767c3deb4b79cfc343f492941847b0.tar.bz2 skyblock-api-4ab2f45ff3767c3deb4b79cfc343f492941847b0.zip |
add more useful stuff to index
Diffstat (limited to 'src/hypixelCached.ts')
-rw-r--r-- | src/hypixelCached.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hypixelCached.ts b/src/hypixelCached.ts index 8bdd81e..b3b9c87 100644 --- a/src/hypixelCached.ts +++ b/src/hypixelCached.ts @@ -10,7 +10,6 @@ import { CleanPlayer } from './cleaners/player' import { isUuid, undashUuid } from './util' import { CleanProfile, CleanFullProfile, CleanBasicProfile } from './cleaners/skyblock/profile' import { debug } from '.' -import { cachedRawLeaderboards } from './database' // cache usernames for 4 hours /** uuid: username */ |