We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db266fc commit c2bc2dcCopy full SHA for c2bc2dc
packages/backend/src/index.ts
@@ -547,8 +547,7 @@ export function initIocContainer(
547
ratesService: await deps.use('ratesService'),
548
ilpAddress: config.ilpAddress,
549
telemetry: await deps.use('telemetry'),
550
- tenantSettingService: await deps.use('tenantSettingService'),
551
- routerService: await deps.use('routerService')
+ tenantSettingService: await deps.use('tenantSettingService')
552
})
553
554
0 commit comments