mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00: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({
 | 
									pendingReceivedFollowRequestsCount: FollowRequests.count({
 | 
				
			||||||
					followeeId: user.id
 | 
										followeeId: user.id
 | 
				
			||||||
				}),
 | 
									}),
 | 
				
			||||||
				integrations: profile?.integrations,
 | 
									integrations: profile!.integrations,
 | 
				
			||||||
			} : {}),
 | 
								} : {}),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			...(opts.includeSecrets ? {
 | 
								...(opts.includeSecrets ? {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue