lint fixes

This commit is contained in:
Boki 2025-06-20 07:15:12 -04:00
parent 1f190b1068
commit c1d04723e1
17 changed files with 34 additions and 27 deletions

View file

@ -18,7 +18,7 @@ describe('QueueManager Simple Tests', () => {
if (queueManager) {
try {
await queueManager.shutdown();
} catch (error) {
} catch {
// Ignore errors during cleanup
}
}