summary refs log tree commit diff
path: root/src/api/routes/users
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2026-04-19 11:34:36 +0200
committerCyberL1 <cyber.hf18@gmail.com>2026-04-19 11:34:36 +0200
commit0bf9a09a6a70a36bfde98338210e5715c6c38bea (patch)
treeb64003973c572eaef2529180a0a59ed29041645e /src/api/routes/users
parentremove oversight (diff)
downloadserver-ts-0bf9a09a6a70a36bfde98338210e5715c6c38bea.tar.xz
fix comment typo
Diffstat (limited to 'src/api/routes/users')
-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