From 6d602abba87490352ef601395b3edbeb89b02462 Mon Sep 17 00:00:00 2001 From: BanTheNons <59115290+BanTheNons@users.noreply.github.com> Date: Thu, 5 Aug 2021 18:48:58 +0300 Subject: [PATCH] Added bio to PublicUserProjection --- src/models/User.ts | 1 + 1 file changed, 1 insertion(+) 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 {