aboutsummaryrefslogtreecommitdiff
path: root/src/tasks/updatePriceItemCache.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks/updatePriceItemCache.ts')
-rw-r--r--src/tasks/updatePriceItemCache.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks/updatePriceItemCache.ts b/src/tasks/updatePriceItemCache.ts
index 6414eb0..e6d2db4 100644
--- a/src/tasks/updatePriceItemCache.ts
+++ b/src/tasks/updatePriceItemCache.ts
@@ -10,7 +10,7 @@ export default class UpdatePriceItemCache extends BushTask {
});
}
- public override async exec() {
+ public async exec() {
//prettier-ignore
const [bazaar, currentLowestBIN, averageLowestBIN, auctionAverages] = (await Promise.all([
got.get('https://api.hypixel.net/skyblock/bazaar').json().catch(() => {}),