Skip to content

Commit

Permalink
fix: add status code 429 to bandh backOffStatusCodes (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfox authored Oct 1, 2020
1 parent 760d57b commit 7a981e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/model/bandh.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {Store} from './store';

export const BAndH: Store = {
backoffStatusCodes: [403, 429],
labels: {
inStock: {
container: 'div[data-selenium="addToCartSection"]',
Expand Down

0 comments on commit 7a981e7

Please sign in to comment.