mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 06:28:05 +08:00
chore: (trigger) refactor webhook service (#25229)
This commit is contained in:
@ -184,7 +184,6 @@ class PluginService:
|
||||
)
|
||||
return str(url_prefix % {"tenant_id": tenant_id, "filename": filename})
|
||||
|
||||
|
||||
@staticmethod
|
||||
def get_asset(tenant_id: str, asset_file: str) -> tuple[bytes, str]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user