mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
Update user.ts
This commit is contained in:
parent
61b95a13fc
commit
bfc1d7843c
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