fix: keep shared http refactor in scope
This commit is contained in:
@@ -512,7 +512,7 @@ export default async function fetchEbayItems(
|
||||
return finalizeResults(filteredListings);
|
||||
} catch (err) {
|
||||
if (err instanceof HttpError) {
|
||||
logger.error(
|
||||
logger.warn(
|
||||
`Failed to fetch eBay search (${err.statusCode}): ${err.message}`,
|
||||
);
|
||||
return finalizeResults([]);
|
||||
|
||||
Reference in New Issue
Block a user