mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
fix: in stock wait time (#325)
Fixes #315 Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ async function lookup(browser: Browser, store: Store) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (Config.page.inStockWaitTime && inStock[store.name]) {
|
||||
if (Config.page.inStockWaitTime && inStock[link.url]) {
|
||||
Logger.info(Print.inStockWaiting(link, store, true));
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user