mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	upd: set createdAt on created_at
This commit is contained in:
		
							parent
							
								
									fc377980d4
								
							
						
					
					
						commit
						6ed28c76fb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -87,7 +87,7 @@ namespace MisskeyAPI {
 | 
			
		|||
        noindex: null,
 | 
			
		||||
        suspended: null,
 | 
			
		||||
        limited: null,
 | 
			
		||||
        created_at: '',
 | 
			
		||||
        created_at: u.createdAt ? u.createdAt : '',
 | 
			
		||||
        createdAt: u.createdAt,
 | 
			
		||||
        followers_count: 0,
 | 
			
		||||
        following_count: 0,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue