Skip to content

Commit 6782c99

Browse files
Fix session interface (#1581)
1 parent 5d3e605 commit 6782c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/database/mongodb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface UserDoc {
3434
_id: string;
3535
}
3636

37-
interface Session {
37+
interface SessionDoc {
3838
_id: string;
3939
expires_at: Date;
4040
user_id: string;

0 commit comments

Comments
 (0)