mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
hotfix: config variable reference
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ async function main() {
|
||||
await Promise.all(results);
|
||||
|
||||
Logger.info('↗ trying stores again');
|
||||
setTimeout(main, Config.page.rateLimitTimeout);
|
||||
setTimeout(main, Config.rateLimitTimeout);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user