We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f393f commit 7a507ceCopy full SHA for 7a507ce
app/utils/providers/github.server.ts
@@ -35,7 +35,7 @@ const GitHubEmailsResponseSchema = z.array(GitHubEmailSchema)
35
36
const GitHubUserResponseSchema = z.object({
37
login: z.string(),
38
- id: z.string(),
+ id: z.number().or(z.string()),
39
name: z.string().optional(),
40
avatar_url: z.string().optional(),
41
})
0 commit comments