mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
feat(asus): add backoff codes (#790)
This commit is contained in:
@@ -2,6 +2,7 @@ import {Store} from './store';
|
||||
import fetch from 'node-fetch';
|
||||
|
||||
export const Asus: Store = {
|
||||
backoffStatusCodes: [403, 429, 503],
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '#item_add_cart',
|
||||
|
||||
Reference in New Issue
Block a user