Fix bug
This commit is contained in:
parent
4152e59638
commit
dda5f6559d
@ -154,6 +154,12 @@ export class UserRepository extends Repository<User> {
|
|||||||
}),
|
}),
|
||||||
} : {}),
|
} : {}),
|
||||||
|
|
||||||
|
...(opts.includeSecrets ? {
|
||||||
|
clientData: profile.clientData,
|
||||||
|
email: profile.email,
|
||||||
|
emailVerified: profile.emailVerified,
|
||||||
|
} : {}),
|
||||||
|
|
||||||
...(relation ? {
|
...(relation ? {
|
||||||
isFollowing: relation.isFollowing,
|
isFollowing: relation.isFollowing,
|
||||||
isFollowed: relation.isFollowed,
|
isFollowed: relation.isFollowed,
|
||||||
|
Loading…
Reference in New Issue
Block a user