fix(nvidia): false positives (#132)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Mark Dietzer
2020-09-20 14:46:45 -07:00
committed by GitHub
parent 19c8f188c7
commit a75d214dd5
+1 -1
View File
@@ -18,7 +18,7 @@ export const Nvidia: Store = {
} }
], ],
labels: { labels: {
outOfStock: ['product_inventory_out_of_stock', 'rate limit exceeded'] outOfStock: ['product_inventory_out_of_stock', 'rate limit exceeded', 'request timeout']
}, },
name: 'nvidia' name: 'nvidia'
}; };