summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-05 17:50:34 +0200
committerGitHub <noreply@github.com>2021-08-05 17:50:34 +0200
commitfe6adc727f61c74f3302bbdd112906be134b7108 (patch)
tree4918872f7392934a8eb6c3a640f6a4f432d09799
parent[Config] Make brokers null by default (diff)
parentAdded bio to PublicUserProjection (diff)
downloadserver-fe6adc727f61c74f3302bbdd112906be134b7108.tar.xz
Merge pull request #11 from BanTheNons/publicuserprojection-bio
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 {