mirror of
https://github.com/langgenius/dify.git
synced 2026-03-27 09:09:54 +08:00
merge feat/plugins
This commit is contained in:
@ -232,7 +232,7 @@ class DataSourceNotionApi(Resource):
|
||||
args["doc_form"],
|
||||
args["doc_language"],
|
||||
)
|
||||
return response, 200
|
||||
return response.model_dump(), 200
|
||||
|
||||
|
||||
class DataSourceNotionDatasetSyncApi(Resource):
|
||||
|
||||
Reference in New Issue
Block a user