mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	simplify dummy
This commit is contained in:
		
							parent
							
								
									36481d037f
								
							
						
					
					
						commit
						595f4c6d2e
					
				@ -116,7 +116,7 @@ export const DummyValue = {
 | 
			
		||||
  DATE: new Date(),
 | 
			
		||||
  TIME_BUCKET: '2024-01-01T00:00:00.000Z',
 | 
			
		||||
  BOOLEAN: true,
 | 
			
		||||
  VECTOR: `${JSON.stringify(Array.from({ length: 512 }, () => 0))}`,
 | 
			
		||||
  VECTOR: JSON.stringify(Array.from({ length: 512 }, () => 0)),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const GENERATE_SQL_KEY = 'generate-sql-key';
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user