mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
deps: open-api generator (#6655)
* deps: open-api generator * fix: unused sed/replace
This commit is contained in:
@@ -23,8 +23,8 @@ class SearchExploreItem {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SearchExploreItem &&
|
||||
other.data == data &&
|
||||
other.value == value;
|
||||
other.data == data &&
|
||||
other.value == value;
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
||||
Reference in New Issue
Block a user