fix(api): add missing themeColor property of instance
This commit is contained in:
		
							parent
							
								
									596a61ce18
								
							
						
					
					
						commit
						164d4a9825
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -30,6 +30,7 @@ export const InstanceRepository = db.getRepository(Instance).extend({ | |||
| 			maintainerEmail: instance.maintainerEmail, | ||||
| 			iconUrl: instance.iconUrl, | ||||
| 			faviconUrl: instance.faviconUrl, | ||||
| 			themeColor: instance.themeColor, | ||||
| 			infoUpdatedAt: instance.infoUpdatedAt ? instance.infoUpdatedAt.toISOString() : null, | ||||
| 		}; | ||||
| 	}, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue