chore: removed unused endpoint (#16167)

This commit is contained in:
Jason Rasmussen 2025-02-17 14:07:50 -05:00 committed by GitHub
parent 2c88ce8559
commit 7c26663013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 2 additions and 493 deletions

View file

@ -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();
}