mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-01 02:17:43 +09:00 
			
		
		
		
	deps: open-api generator (#6655)
* deps: open-api generator * fix: unused sed/replace
This commit is contained in:
		
							
								
								
									
										2
									
								
								mobile/openapi/lib/api/authentication_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/api/authentication_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -101,7 +101,7 @@ class AuthenticationApi { | ||||
|       final responseBody = await _decodeBodyBytes(response); | ||||
|       return (await apiClient.deserializeAsync(responseBody, 'List<AuthDeviceResponseDto>') as List) | ||||
|         .cast<AuthDeviceResponseDto>() | ||||
|         .toList(); | ||||
|         .toList(growable: false); | ||||
| 
 | ||||
|     } | ||||
|     return null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user