mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-26 18:23:09 +02:00
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({
|
||||
followeeId: user.id
|
||||
}),
|
||||
integrations: profile?.integrations,
|
||||
integrations: profile!.integrations,
|
||||
} : {}),
|
||||
|
||||
...(opts.includeSecrets ? {
|
||||
|
|
Loading…
Reference in a new issue