fix(newegg): dedupe nitro+ models (#1300)

Fixes #1230
This commit is contained in:
moiLegacy
2020-12-12 09:06:41 -05:00
committed by GitHub
parent cccfde245a
commit 7329c6ede0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ export const Newegg: Store = {
brand: 'sapphire', brand: 'sapphire',
cartUrl: cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814202390', 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814202390',
model: 'nitro+', model: 'nitro+ se',
series: 'rx6800xt', series: 'rx6800xt',
url: url:
'https://www.newegg.com/sapphire-radeon-rx-6800-xt-11304-01-20g/p/N82E16814202390' 'https://www.newegg.com/sapphire-radeon-rx-6800-xt-11304-01-20g/p/N82E16814202390'
+1
View File
@@ -93,6 +93,7 @@ export type Model =
| 'ichill frostbite' | 'ichill frostbite'
| 'ko' | 'ko'
| 'nitro+' | 'nitro+'
| 'nitro+ se'
| 'nitro oc se' | 'nitro oc se'
| 'nitro oc' | 'nitro oc'
| 'phantom gaming' | 'phantom gaming'