Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Nov 4, 2024
1 parent d6d8d4f commit 7f5382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/providers/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function Discord<P extends DiscordProfile>(
type: "oauth",
authorization: {
url: "https://discord.com/api/oauth2/authorize",
params: { scope: "identify email"},
params: { scope: "identify email" },
},
token: "https://discord.com/api/oauth2/token",
userinfo: "https://discord.com/api/users/@me",
Expand Down

0 comments on commit 7f5382b

Please sign in to comment.