getting aligned and refactored
This commit is contained in:
parent
60ada5f6a3
commit
a3459f5865
16 changed files with 296 additions and 273 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Configures dependency injection for the data pipeline service
|
||||
*/
|
||||
|
||||
import type { ServiceContainer } from '@stock-bot/di';
|
||||
import type { IServiceContainer } from '@stock-bot/handlers';
|
||||
import { getLogger } from '@stock-bot/logger';
|
||||
import type { AppConfig } from '@stock-bot/config';
|
||||
|
||||
|
|
@ -14,8 +14,8 @@ const logger = getLogger('data-pipeline-container');
|
|||
*/
|
||||
export function setupServiceContainer(
|
||||
config: AppConfig,
|
||||
container: ServiceContainer
|
||||
): ServiceContainer {
|
||||
container: IServiceContainer
|
||||
): IServiceContainer {
|
||||
logger.info('Configuring data pipeline service container...');
|
||||
|
||||
// Data pipeline specific configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue