We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed64ea commit 79a474fCopy full SHA for 79a474f
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