Skip to content

Commit

Permalink
chore: clean up log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 15, 2024
1 parent 1e655cf commit 9179440
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playgrounds/app/src/routes/api/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export async function POST(event: APIEvent) {
githubEmailsResponse.json(),
])

console.log({ githubEmails })

const githubEmail = githubEmails.find((email: { primary: boolean }) => email.primary)?.email

let user = await db.query.users.findFirst({
Expand Down

0 comments on commit 9179440

Please sign in to comment.