Skip to content

Commit 02a9502

Browse files
committed
fix: remove redundant, uninitialized logger from TypeormService
1 parent 32d6992 commit 02a9502

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cardano-services/src/util/TypeormService/TypeormService.ts

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ interface TypeormServiceDependencies {
1414
export abstract class TypeormService extends RunnableModule {
1515
#entities: Function[];
1616
#connectionConfig$: Observable<PgConnectionConfig>;
17-
logger: Logger;
1817
protected dataSource$ = new BehaviorSubject<DataSource | null>(null);
1918
#subscription: Subscription | undefined;
2019

0 commit comments

Comments
 (0)