diff --git a/api/core/plugin/entities/marketplace.py b/api/core/plugin/entities/marketplace.py index c65c9bed71..cf1f7ff0dd 100644 --- a/api/core/plugin/entities/marketplace.py +++ b/api/core/plugin/entities/marketplace.py @@ -58,6 +58,5 @@ class MarketplacePluginSnapshot(BaseModel): latest_package_url: str @computed_field - @property def plugin_id(self) -> str: return f"{self.org}/{self.name}"