fix: add status code 429 to bandh backOffStatusCodes (#404)

This commit is contained in:
adolfo bernal
2020-10-01 12:15:05 -05:00
committed by GitHub
parent 760d57b113
commit 7a981e7456
+1
View File
@@ -1,6 +1,7 @@
import {Store} from './store'; import {Store} from './store';
export const BAndH: Store = { export const BAndH: Store = {
backoffStatusCodes: [403, 429],
labels: { labels: {
inStock: { inStock: {
container: 'div[data-selenium="addToCartSection"]', container: 'div[data-selenium="addToCartSection"]',