diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-28 01:51:03 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-28 01:51:03 -0600 |
commit | b7d3158acdc32aab38209a1aae6f1389937faef6 (patch) | |
tree | 94dbd5ef141f83e8b24feb6ff372dc6b13c306ea /src/hypixelCached.ts | |
parent | 5f08f21d8c55b849775c55957164c7697e464efe (diff) | |
download | skyblock-api-b7d3158acdc32aab38209a1aae6f1389937faef6.tar.gz skyblock-api-b7d3158acdc32aab38209a1aae6f1389937faef6.tar.bz2 skyblock-api-b7d3158acdc32aab38209a1aae6f1389937faef6.zip |
update package-lock.json and remove weird code
Diffstat (limited to 'src/hypixelCached.ts')
-rw-r--r-- | src/hypixelCached.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypixelCached.ts b/src/hypixelCached.ts index 8852a74..8e630df 100644 --- a/src/hypixelCached.ts +++ b/src/hypixelCached.ts @@ -2,7 +2,7 @@ * Fetch the clean and cached Hypixel API */ -import NodeCache, { EventEmitter, Key } from 'node-cache' +import NodeCache from 'node-cache' import * as mojang from './mojang' import * as hypixel from './hypixel' import { CleanPlayer } from './cleaners/player' |