Skip to content

Commit 5efbd55

Browse files
committed
fix: remove unnecessary closing code block in SQL documentation
1 parent 935f0de commit 5efbd55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/techniques/sql.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ export class AppModule {}
492492
> ```
493493
>
494494
> 更多详情请参阅[此问题](https://github.com/nestjs/typeorm/issues/86) 。
495-
```
496495
497496
此时,您已注册了带有各自数据源的 `User``Album` 实体。在此配置下,您需要告知 `TypeOrmModule.forFeature()` 方法和 `@InjectRepository()` 装饰器应使用哪个数据源。若未传递任何数据源名称,则将使用 `default` 默认数据源。
498497

0 commit comments

Comments
 (0)