mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(nvidia): false positives (#132)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -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'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user