mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
fix: add status code 429 to bandh backOffStatusCodes (#404)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const BAndH: Store = {
|
||||
backoffStatusCodes: [403, 429],
|
||||
labels: {
|
||||
inStock: {
|
||||
container: 'div[data-selenium="addToCartSection"]',
|
||||
|
||||
Reference in New Issue
Block a user