lint issues

This commit is contained in:
Boki 2025-06-22 20:48:05 -04:00
parent 19dfda2392
commit 190b725149
7 changed files with 71 additions and 28 deletions

View file

@ -49,7 +49,7 @@ export async function processItems<T>(
return { ...result, duration };
} catch (error) {
logger.error('Batch processing failed', error);
logger.error('Batch processing failed', { error });
throw error;
}
}