We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f82eae commit bd4cb95Copy full SHA for bd4cb95
backend/src/config/TypeOrmConfigService.ts
@@ -5,8 +5,7 @@ import { CustomNamingStrategy } from './CustomNamingStrategy';
5
6
@Injectable()
7
export class TypeOrmConfigService implements TypeOrmOptionsFactory {
8
- constructor(private configService: ConfigService) {
9
- }
+ constructor(private configService: ConfigService) {}
10
11
createTypeOrmOptions(): TypeOrmModuleOptions {
12
return {
0 commit comments