mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 17:53:57 +09:00
deps: open-api generator (#6655)
* deps: open-api generator * fix: unused sed/replace
This commit is contained in:
2
mobile/openapi/lib/model/tone_mapping.dart
generated
2
mobile/openapi/lib/model/tone_mapping.dart
generated
@@ -38,7 +38,7 @@ class ToneMapping {
|
||||
|
||||
static ToneMapping? fromJson(dynamic value) => ToneMappingTypeTransformer().decode(value);
|
||||
|
||||
static List<ToneMapping>? listFromJson(dynamic json, {bool growable = false,}) {
|
||||
static List<ToneMapping> listFromJson(dynamic json, {bool growable = false,}) {
|
||||
final result = <ToneMapping>[];
|
||||
if (json is List && json.isNotEmpty) {
|
||||
for (final row in json) {
|
||||
|
||||
Reference in New Issue
Block a user