From 7112627dae97f7cd9b83d1ca123ec6fd8298ad77 Mon Sep 17 00:00:00 2001 From: Alexander Drozdov Date: Tue, 29 Sep 2020 23:53:02 +0300 Subject: [PATCH] poeninja: no longer needed --- src/web/price-check/trends/getDetailsId.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/web/price-check/trends/getDetailsId.ts b/src/web/price-check/trends/getDetailsId.ts index 50ad2628..cd8b42c4 100644 --- a/src/web/price-check/trends/getDetailsId.ts +++ b/src/web/price-check/trends/getDetailsId.ts @@ -56,11 +56,6 @@ function getGemDetailsId (item: ParsedItem) { if (item.name === PORTAL_GEM) { return 'portal-1' } - if (item.name.startsWith('Awakened')) { - return (item.props.gemLevel === 1) - ? `${nameToDetailsId(item.name)}-1-20` - : undefined - } let id = nameToDetailsId(item.name)