Skip to content

Commit

Permalink
fix(store): false positives for nvidia. (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
anethema and jef committed Sep 20, 2020
1 parent a538809 commit c65fa04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -88,8 +88,8 @@ Here is a list of variables that you can use to customize your newly copied `.en
| **Stores** | **Environment variable** |
|:---:|:---:|
| Best Buy | `bestbuy`|
| Amazon.ca | `amazon-ca`|
| Amazon | `amazon`|
| Amazon.ca | `amazon-ca`|
| B&H | `bandh`|
| EVGA | `evga`|
| Micro Center | `microcenter`|
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/nvidia.ts
Expand Up @@ -6,7 +6,7 @@ export const Nvidia: Store = {
brand: 'nvidia',
model: 'founders edition',
url: 'https://api.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia',
oosLabels: ['product_inventory_out_of_stock']
oosLabels: ['product_inventory_out_of_stock', 'rate limit exceeded']
}
],
name: 'nvidia'
Expand Down

0 comments on commit c65fa04

Please sign in to comment.