Skip to content

Commit 9ce3a03

Browse files
Update lib/common/typeorm.decorators.ts
1 parent 42d0e92 commit 9ce3a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/typeorm.decorators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const InjectRepository = (
1313
dataSource: string = DEFAULT_DATA_SOURCE_NAME,
1414
): ReturnType<typeof Inject> => Inject(getRepositoryToken(entity, dataSource));
1515

16-
export const InjectdataSource: (
16+
export const InjectDataSource: (
1717
dataSource?: DataSource | DataSourceOptions | string,
1818
) => ReturnType<typeof Inject> = (
1919
dataSource?: DataSource | DataSourceOptions | string,

0 commit comments

Comments
 (0)