mirror of
https://github.com/langgenius/dify.git
synced 2026-02-18 06:43:56 +00:00
refactor: remove unnecessary property decorator from plugin_id in MarketplacePluginSnapshot
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user