summary refs log tree commit diff
diff options
context:
space:
mode:
authorBanTheNons <59115290+BanTheNons@users.noreply.github.com>2021-08-05 18:48:58 +0300
committerGitHub <noreply@github.com>2021-08-05 18:48:58 +0300
commit6d602abba87490352ef601395b3edbeb89b02462 (patch)
tree4918872f7392934a8eb6c3a640f6a4f432d09799
parent[Config] Make brokers null by default (diff)
downloadserver-6d602abba87490352ef601395b3edbeb89b02462.tar.xz
Added bio to PublicUserProjection
-rw-r--r--src/models/User.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/User.ts b/src/models/User.ts

index 31f91a4b..d4893e14 100644 --- a/src/models/User.ts +++ b/src/models/User.ts
@@ -10,6 +10,7 @@ export const PublicUserProjection = { id: true, public_flags: true, avatar: true, + bio: true, }; export interface User {