Skip to content

Commit

Permalink
More stray whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sylveon committed Aug 29, 2021
1 parent a192ff0 commit d739fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func/oauth-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports.handler = async function (event, context) {
},
};
}

if (process.env.GUILD_ID && !process.env.SKIP_BAN_CHECK) {
const ban = await getBan(user.id, process.env.GUILD_ID, process.env.DISCORD_BOT_TOKEN);
if (ban === null) {
Expand Down

0 comments on commit d739fa2

Please sign in to comment.