Skip to content

Commit 6443f68

Browse files
committed
docs(techniques/mongo): I forgot a line
ensuring all section have lines between them
1 parent e7e7f1c commit 6443f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/techniques/mongo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ export class CatsService {
192192
constructor(@InjectConnection() private connection: Connection) {}
193193
}
194194
```
195+
195196
### Sessions
196197
To start a session with mongoose you shouldn't use `mongoose.startSession()` directly. Instead inject the connection using [@InjectConnection](http://localhost:4200/techniques/mongodb#connection), then use the connection object to start the session.
197198

0 commit comments

Comments
 (0)