diff --git "a/src/api/routes/users/\043user_id/profile.ts" "b/src/api/routes/users/\043user_id/profile.ts" index 2a580c4..c6a5520 100644 --- "a/src/api/routes/users/\043user_id/profile.ts" +++ "b/src/api/routes/users/\043user_id/profile.ts" @@ -35,6 +35,17 @@ id: user_id, }, relations: { connected_accounts: true }, + select: { + // Manually select everything cause typeorm is a fuck + connected_accounts: { + id: true, + type: true, + name: true, + verified: true, + metadata_: true, + visibility: true, + }, + }, }); const mutual_guilds: object[] = [];