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
+1
View File
@@ -10,6 +10,7 @@ export const PublicUserProjection = {
id: true,
public_flags: true,
avatar: true,
bio: true,
};
export interface User {