chore: cleanup
This commit is contained in:
parent
c633224b88
commit
2b5510758e
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ async function handleNotFoundRecord(
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
if (e.meta.statusCode >= 400 && e.meta.statusCode < 500) {
|
if (e.meta.statusCode >= 400 && e.meta.statusCode < 500) {
|
||||||
errorKey.push(key);
|
errorKey.push(key);
|
||||||
console.log(cachedRecord);
|
|
||||||
}
|
}
|
||||||
console.error(e);
|
console.error(e);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue