mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: removed unused endpoint (#16167)
This commit is contained in:
parent
2c88ce8559
commit
7c26663013
15 changed files with 2 additions and 493 deletions
3
mobile/openapi/lib/api_helper.dart
generated
3
mobile/openapi/lib/api_helper.dart
generated
|
|
@ -82,9 +82,6 @@ String parameterToString(dynamic value) {
|
|||
if (value is Colorspace) {
|
||||
return ColorspaceTypeTransformer().encode(value).toString();
|
||||
}
|
||||
if (value is EntityType) {
|
||||
return EntityTypeTypeTransformer().encode(value).toString();
|
||||
}
|
||||
if (value is ImageFormat) {
|
||||
return ImageFormatTypeTransformer().encode(value).toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue