Skip to content

Commit

Permalink
Fix session interface (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinehaimouch committed May 26, 2024
1 parent 5d3e605 commit 6782c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface UserDoc {
_id: string;
}

interface Session {
interface SessionDoc {
_id: string;
expires_at: Date;
user_id: string;
Expand Down

0 comments on commit 6782c99

Please sign in to comment.