Skip to content

Commit 8bd1953

Browse files
committed
add email and qaccPoints to public selection fields in user entity
1 parent 059bfe8 commit 8bd1953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/entities/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export const publicSelectionFields = [
3737
'user.passportScore',
3838
'user.passportStamps',
3939
'user.acceptedToS',
40+
'user.email',
41+
'user.qaccPoints',
4042
];
4143

4244
export enum UserRole {

0 commit comments

Comments
 (0)