chore(store): normalize model names (#96)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Wulfre
2020-09-20 08:36:19 -04:00
committed by GitHub
parent b7d9462e79
commit df5ba68e94
7 changed files with 128 additions and 43 deletions
+2 -2
View File
@@ -16,13 +16,13 @@ export const Evga: Store = {
},
{
brand: 'evga',
model: 'xc3 gaming',
model: 'xc3',
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3883-KR',
oosLabels: ['out of stock']
},
{
brand: 'evga',
model: 'xc3 ultra gaming',
model: 'xc3 ultra',
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3885-KR',
oosLabels: ['out of stock']
}