Unverified Commit 5e75f702 authored by Jyong's avatar Jyong Committed by GitHub

fix data_source_detail_dict parameter error (#2000)

Co-authored-by: 's avatarjyong <jyong@dify.ai>
parent 5e97eb18
...@@ -558,7 +558,7 @@ class DocumentDetailApi(DocumentResource): ...@@ -558,7 +558,7 @@ class DocumentDetailApi(DocumentResource):
} }
else: else:
process_rules = DatasetService.get_process_rules(dataset_id) process_rules = DatasetService.get_process_rules(dataset_id)
data_source_info = document.data_source_detail_dict_() data_source_info = document.data_source_detail_dict
response = { response = {
'id': document.id, 'id': document.id,
'position': document.position, 'position': document.position,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment