From e0735903b7b4b0d542dbbd76b9a860b1eca24e96 Mon Sep 17 00:00:00 2001 From: fubu2k <48277447+fubu2k@users.noreply.github.com> Date: Tue, 13 Oct 2020 19:27:24 +0200 Subject: [PATCH] fix: typo in maxPrice for 3090 (#496) --- src/store/lookup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/lookup.ts b/src/store/lookup.ts index 5df8c11..e018b08 100644 --- a/src/store/lookup.ts +++ b/src/store/lookup.ts @@ -164,7 +164,7 @@ async function lookupCardInStock(store: Store, page: Page, link: Link) { maxPrice = config.store.maxPrice.series['3080']; break; case '3090': - price = await cardPrice(page, store.labels.maxPrice, config.store.maxPrice.series['3080'], baseOptions); + price = await cardPrice(page, store.labels.maxPrice, config.store.maxPrice.series['3090'], baseOptions); maxPrice = config.store.maxPrice.series['3090']; break; default: