mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 11:47:40 +08:00
Merge branch 'main' into feat/trigger
# Conflicts: # web/app/components/workflow/hooks-store/store.ts # web/package.json # web/pnpm-lock.yaml
This commit is contained in:
@ -186,7 +186,7 @@ class BasePluginClient:
|
||||
Make a request to the plugin daemon inner API and return the response as a model.
|
||||
"""
|
||||
response = self._request(method, path, headers, data, params, files)
|
||||
return type_(**response.json()) # type: ignore
|
||||
return type_(**response.json()) # type: ignore[return-value]
|
||||
|
||||
def _request_with_plugin_daemon_response(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user