Skip to content

Commit

Permalink
ci: finally fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rokartur committed May 9, 2024
1 parent 83fd57a commit fb77a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/routes/oauth/callback/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default (app: ElysiaApp) =>
const githubRes = await fetch('https://api.github.com/user', {
headers: { Authorization: `Bearer ${accessToken}` },
method: 'GET',
mode: 'cors',
})

const githubData = (await githubRes.json()) as any
Expand Down

0 comments on commit fb77a6a

Please sign in to comment.