Skip to content

Commit

Permalink
fix(newegg): dedupe nitro+ models (#1300)
Browse files Browse the repository at this point in the history
Fixes #1230
  • Loading branch information
moiLegacy committed Dec 12, 2020
1 parent cccfde2 commit 7329c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/newegg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ export const Newegg: Store = {
brand: 'sapphire',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814202390',
model: 'nitro+',
model: 'nitro+ se',
series: 'rx6800xt',
url:
'https://www.newegg.com/sapphire-radeon-rx-6800-xt-11304-01-20g/p/N82E16814202390'
Expand Down
1 change: 1 addition & 0 deletions src/store/model/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export type Model =
| 'ichill frostbite'
| 'ko'
| 'nitro+'
| 'nitro+ se'
| 'nitro oc se'
| 'nitro oc'
| 'phantom gaming'
Expand Down

0 comments on commit 7329c6e

Please sign in to comment.