feat: remove stale user agents, use top 50

This change should vastly improve success rate.
This commit is contained in:
Jef LeCompte
2020-12-17 19:39:23 -05:00
parent f86a8259f3
commit 6e2a16238c
4 changed files with 530 additions and 58 deletions
+1
View File
@@ -322,6 +322,7 @@ async function lookupCard(
return statusCode;
}
// eslint-disable-next-line max-params
async function handleResponse(
browser: Browser,
store: Store,