mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									bd76ba702f
								
							
						
					
					
						commit
						b89cffe98d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -143,7 +143,7 @@ export async function createPerson(uri: string, resolver?: Resolver): Promise<Us
 | 
			
		|||
				id: genId(),
 | 
			
		||||
				avatarId: null,
 | 
			
		||||
				bannerId: null,
 | 
			
		||||
				createdAt: new Date(person.published) || new Date(),
 | 
			
		||||
				createdAt: new Date(),
 | 
			
		||||
				lastFetchedAt: new Date(),
 | 
			
		||||
				name: person.name,
 | 
			
		||||
				isLocked: person.manuallyApprovesFollowers,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue