Skip to content

Commit 03ac649

Browse files
authored
docs(sql): add missing export in TypeOrmConfigService example
1 parent 65b5bce commit 03ac649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ The construction above will instantiate `TypeOrmConfigService` inside `TypeOrmMo
655655

656656
```typescript
657657
@Injectable()
658-
class TypeOrmConfigService implements TypeOrmOptionsFactory {
658+
export class TypeOrmConfigService implements TypeOrmOptionsFactory {
659659
createTypeOrmOptions(): TypeOrmModuleOptions {
660660
return {
661661
type: 'mysql',

0 commit comments

Comments
 (0)