diff --git a/src/api/routes/users/#user_id/profile.ts b/src/api/routes/users/#user_id/profile.ts index 7dd4e7a4b..c9a9bb92d 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