Skip to content

Commit

Permalink
Fix #1421 (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
T1xx1 authored Feb 9, 2024
1 parent 05944f8 commit af2e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/tutorials/github-oauth/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export async function GET(event: RequestEvent): Promise<Response> {
}

interface GitHubUser {
id: string;
id: number;
login: string;
}
```
Expand Down

0 comments on commit af2e489

Please sign in to comment.