mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
deps: open-api generator (#6655)
* deps: open-api generator * fix: unused sed/replace
This commit is contained in:
6
mobile/openapi/lib/model/sign_up_dto.dart
generated
6
mobile/openapi/lib/model/sign_up_dto.dart
generated
@@ -26,9 +26,9 @@ class SignUpDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SignUpDto &&
|
||||
other.email == email &&
|
||||
other.name == name &&
|
||||
other.password == password;
|
||||
other.email == email &&
|
||||
other.name == name &&
|
||||
other.password == password;
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
||||
Reference in New Issue
Block a user