Skip to content

Commit af00ba0

Browse files
MathMan05TheArcaneBrony
authored andcommitted
remove test
1 parent 170e86b commit af00ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/routes/oauth2/authorize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ router.get(
8686
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
8787
//@ts-ignore
8888
// prettier-ignore
89-
select: ["guild.id", "guild.name", "guild.icon", "guild.mfa_level", "guild.owner_id", "roles.id", "user.flags","user.id"],
89+
select: ["guild.id", "guild.name", "guild.icon", "guild.mfa_level", "guild.owner_id", "roles.id", "user.flags"],
9090
});
9191

9292
const guildsWithPermissions = guilds.map((x) => {

0 commit comments

Comments
 (0)