Skip to content

Commit fcebe5d

Browse files
authored
Merge pull request #416 from WShiBin/main
fix: remove unnecessary closing code block in SQL documentation
2 parents ca79cc0 + 5efbd55 commit fcebe5d

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
@@ -524,7 +524,6 @@ export class AppModule {}
524524
> ```
525525
>
526526
> 更多详情请参阅[此问题](https://github.com/nestjs/typeorm/issues/86) 。
527-
```
528527
529528
此时,您已注册了带有各自数据源的 `User``Album` 实体。在此配置下,您需要告知 `TypeOrmModule.forFeature()` 方法和 `@InjectRepository()` 装饰器应使用哪个数据源。若未传递任何数据源名称,则将使用 `default` 默认数据源。
530529

0 commit comments

Comments
 (0)