Update user.ts
This commit is contained in:
parent
e2610c52f3
commit
cb3dd91a8c
|
@ -229,7 +229,7 @@ export class UserRepository extends Repository<User> {
|
|||
pendingReceivedFollowRequestsCount: FollowRequests.count({
|
||||
followeeId: user.id
|
||||
}),
|
||||
integrations: profile?.integrations,
|
||||
integrations: profile!.integrations,
|
||||
} : {}),
|
||||
|
||||
...(opts.includeSecrets ? {
|
||||
|
|
Loading…
Reference in New Issue