Skip to content

Commit

Permalink
fix(nvidia): false positives (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
Doridian and jef committed Sep 20, 2020
1 parent 19c8f18 commit a75d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/nvidia.ts
Expand Up @@ -18,7 +18,7 @@ export const Nvidia: Store = {
}
],
labels: {
outOfStock: ['product_inventory_out_of_stock', 'rate limit exceeded']
outOfStock: ['product_inventory_out_of_stock', 'rate limit exceeded', 'request timeout']
},
name: 'nvidia'
};

0 comments on commit a75d214

Please sign in to comment.