mirror of
https://github.com/immich-app/immich.git
synced 2025-07-19 22:44:24 +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/update_user_dto.dart
generated
2
mobile/openapi/lib/model/update_user_dto.dart
generated
|
@ -177,7 +177,7 @@ class UpdateUserDto {
|
|||
assert(() {
|
||||
requiredKeys.forEach((key) {
|
||||
assert(json.containsKey(key), 'Required key "UpdateUserDto[$key]" is missing from JSON.');
|
||||
assert(json[key] != null, 'Required key "UpdateUserDto[$key]" has a null value in JSON.');
|
||||
// assert(json[key] != null, 'Required key "UpdateUserDto[$key]" has a null value in JSON.');
|
||||
});
|
||||
return true;
|
||||
}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue