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

This commit is contained in:
Andrew Mackrodt
2020-10-04 19:44:11 +01:00
committed by GitHub
parent 4ea417cfc1
commit 4157a5d746
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -109,14 +109,14 @@ export const Amazon: Store = {
{
brand: 'asus',
cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08J6F174Z&Quantity.1=1',
model: 'strix',
model: 'rog strix oc',
series: '3080',
url: 'https://www.amazon.com/dp/B08J6F174Z'
},
{
brand: 'asus',
cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08J6GMWCQ&Quantity.1=1',
model: 'strix',
model: 'rog strix oc',
series: '3090',
url: 'https://www.amazon.com/dp/B08J6GMWCQ'
},