-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(newegg): dedupe nitro+ models #1300
Conversation
If your test is successful - similar approach might fix 1294 as well. I see for Amazon the same brand, model, series ....longer term fix might be to strip product number and include that in the max price check so that it doesn't just hit the first brand/model/series it finds in the dictionary/array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind changing to nitro+ se
? Otherwise, looks great! Thank you 😄
changed nitro+ SE to nitro+ se
updated as requested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you 😄
Description
Fixes #1230
There were two Nitro+ models for newegg with same brand/model/series
Added a a new model type and updated the second Nitro+ in newegg
Testing
nada