fixed all lint errors

This commit is contained in:
Boki 2025-06-23 18:14:43 -04:00
parent 519d24722e
commit 26d9b9ab3f
23 changed files with 63 additions and 43 deletions

View file

@ -44,7 +44,7 @@ const app = new ServiceApplication(
},
{
// Lifecycle hooks if needed
onStarted: (port) => {
onStarted: (_port) => {
const logger = getLogger('data-ingestion');
logger.info('Data ingestion service startup initiated with ServiceApplication framework');
},