Update user.ts
This commit is contained in:
parent
e2610c52f3
commit
cb3dd91a8c
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ export class UserRepository extends Repository<User> {
|
||||||
pendingReceivedFollowRequestsCount: FollowRequests.count({
|
pendingReceivedFollowRequestsCount: FollowRequests.count({
|
||||||
followeeId: user.id
|
followeeId: user.id
|
||||||
}),
|
}),
|
||||||
integrations: profile?.integrations,
|
integrations: profile!.integrations,
|
||||||
} : {}),
|
} : {}),
|
||||||
|
|
||||||
...(opts.includeSecrets ? {
|
...(opts.includeSecrets ? {
|
||||||
|
|
Loading…
Reference in a new issue