Skip to content

Commit

Permalink
chore(asus): update urls (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fmstrat committed Mar 17, 2021
1 parent 61f8e3a commit 245d110
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions src/store/model/asus.ts
Expand Up @@ -66,10 +66,10 @@ export const Asus: Store = {
},
{
brand: 'asus',
itemNumber: '202010AM310000001',
model: 'strix',
itemNumber: '202010AM310000003',
model: 'dual',
series: '3070',
url: 'https://store.asus.com/us/item/202010AM310000001',
url: 'https://store.asus.com/us/item/202010AM310000003',
},
{
brand: 'asus',
Expand All @@ -94,17 +94,17 @@ export const Asus: Store = {
},
{
brand: 'asus',
itemNumber: '202012AM160000002',
itemNumber: '202009AM290000002',
model: 'strix',
series: '3080',
url: 'https://store.asus.com/us/item/202012AM160000002',
url: 'https://store.asus.com/us/item/202009AM290000002',
},
{
brand: 'asus',
itemNumber: '202011AM190000001',
itemNumber: '202009AM160000001',
model: 'tuf oc',
series: '3080',
url: 'https://store.asus.com/us/item/202011AM190000001',
url: 'https://store.asus.com/us/item/202009AM160000001',
},
{
brand: 'asus',
Expand All @@ -129,10 +129,10 @@ export const Asus: Store = {
},
{
brand: 'asus',
itemNumber: '202011AM190000002',
itemNumber: '202009AM150000001',
model: 'tuf oc',
series: '3090',
url: 'https://store.asus.com/us/item/202011AM190000002',
url: 'https://store.asus.com/us/item/202009AM150000001',
},
{
brand: 'asus',
Expand All @@ -141,13 +141,6 @@ export const Asus: Store = {
series: '3090',
url: 'https://store.asus.com/us/item/202009AM150000003',
},
{
brand: 'asus',
itemNumber: '202010AM310000004',
model: 'strix oc',
series: '3090',
url: 'https://store.asus.com/us/item/202010AM310000004',
},
{
brand: 'asus',
itemNumber: '202012AM220000001',
Expand Down

0 comments on commit 245d110

Please sign in to comment.