mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Specific specific type for enum value for openapi generator to work correctly
This commit is contained in:
		@@ -15,5 +15,5 @@ export class GetAssetThumbnailDto {
 | 
			
		||||
    required: false,
 | 
			
		||||
    enumName: 'ThumbnailFormat',
 | 
			
		||||
  })
 | 
			
		||||
  format = GetAssetThumbnailFormatEnum.WEBP;
 | 
			
		||||
  format: GetAssetThumbnailFormatEnum = GetAssetThumbnailFormatEnum.WEBP;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -18,5 +18,5 @@ export class GetJobDto {
 | 
			
		||||
    enum: JobId,
 | 
			
		||||
    enumName: 'JobId',
 | 
			
		||||
  })
 | 
			
		||||
  jobId!: string;
 | 
			
		||||
  jobId!: JobId;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user