1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

Merge pull request #11 from BanTheNons/publicuserprojection-bio

Added bio to PublicUserProjection
This commit is contained in:
Flam3rboy 2021-08-05 17:50:34 +02:00 committed by GitHub
commit fe6adc727f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ export const PublicUserProjection = {
id: true,
public_flags: true,
avatar: true,
bio: true,
};
export interface User {