Skip to content

Commit

Permalink
Update sqlite.md (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanphungg committed May 26, 2024
1 parent 837ffc3 commit 5d3e605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function initializeLucia(D1: D1Database) {

declare module "lucia" {
interface Register {
Auth: ReturnType<typeof initializeLucia>;
Lucia: ReturnType<typeof initializeLucia>;
}
}
```
Expand Down

0 comments on commit 5d3e605

Please sign in to comment.