mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	chore: wrong value
This commit is contained in:
		
							parent
							
								
									49077bad34
								
							
						
					
					
						commit
						5cca3e81d2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -49,7 +49,7 @@ async function getFeaturedUser( BASE_URL: string, host: string, accessTokens: st
 | 
			
		|||
		return data.map((u) => {
 | 
			
		||||
			return {
 | 
			
		||||
				source: 'past_interactions',
 | 
			
		||||
				account: Converter.userDetail(u, BASE_URL),
 | 
			
		||||
				account: Converter.userDetail(u, host),
 | 
			
		||||
			};
 | 
			
		||||
		});
 | 
			
		||||
	} catch (e: any) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue