summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/api/routes/users/#user_id/profile.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/users/#user_id/profile.ts b/src/api/routes/users/#user_id/profile.ts

index 7dd4e7a4..c9a9bb92 100644 --- a/src/api/routes/users/#user_id/profile.ts +++ b/src/api/routes/users/#user_id/profile.ts
@@ -124,7 +124,7 @@ router.get("/", route({ responses: { 200: { body: "UserProfileResponse" } } }), } } - // Only expose public propeties to response + // Only expose public properties to response const publicUserConnections: PartialConnectedAccountResponse[] = []; user.connected_accounts