From 133b3da1d3e96a66fe93c2d698d3d1d02ccf5bea Mon Sep 17 00:00:00 2001 From: idinium96 <47635037+idinium96@users.noreply.github.com> Date: Tue, 16 Jul 2024 23:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20temp=20patch:=20remove=20broken?= =?UTF-8?q?=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/classes/Bot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/classes/Bot.ts b/src/classes/Bot.ts index c1f6c1a2f..3340c72c9 100644 --- a/src/classes/Bot.ts +++ b/src/classes/Bot.ts @@ -573,6 +573,7 @@ export default class Bot { } startAutoRefreshListings(): void { + return; // Automatically check for missing listings every 30 minutes let pricelistLength = 0;