mirror of
https://github.com/immich-app/immich.git
synced 2025-07-15 20:38:26 +02:00
chore(server): patch dart openapi assertion (#2914)
* chore(server): patch dart openapi assertion * remove unused file
This commit is contained in:
parent
3e2f335a4c
commit
4311d385fc
93 changed files with 103 additions and 94 deletions
mobile/openapi/lib/model
2
mobile/openapi/lib/model/queue_status_dto.dart
generated
2
mobile/openapi/lib/model/queue_status_dto.dart
generated
|
@ -55,7 +55,7 @@ class QueueStatusDto {
|
|||
assert(() {
|
||||
requiredKeys.forEach((key) {
|
||||
assert(json.containsKey(key), 'Required key "QueueStatusDto[$key]" is missing from JSON.');
|
||||
assert(json[key] != null, 'Required key "QueueStatusDto[$key]" has a null value in JSON.');
|
||||
// assert(json[key] != null, 'Required key "QueueStatusDto[$key]" has a null value in JSON.');
|
||||
});
|
||||
return true;
|
||||
}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue