Fix syntax error (#3477)
src/remote/activitypub/models/person.ts(326,4): error TS1005: ',' expected.
This commit is contained in:
		
							parent
							
								
									5f33713f53
								
							
						
					
					
						commit
						2633873fcc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -322,7 +322,7 @@ export async function updatePerson(uri: string, resolver?: Resolver, hint?: obje
 | 
				
			||||||
			url: person.url,
 | 
								url: person.url,
 | 
				
			||||||
			endpoints: person.endpoints,
 | 
								endpoints: person.endpoints,
 | 
				
			||||||
			isBot: object.type == 'Service',
 | 
								isBot: object.type == 'Service',
 | 
				
			||||||
			isCat: (person as any).isCat === true
 | 
								isCat: (person as any).isCat === true,
 | 
				
			||||||
			isLocked: person.manuallyApprovesFollowers,
 | 
								isLocked: person.manuallyApprovesFollowers,
 | 
				
			||||||
			createdAt: Date.parse(person.published) || null,
 | 
								createdAt: Date.parse(person.published) || null,
 | 
				
			||||||
			publicKey: {
 | 
								publicKey: {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue