Skip to content

Commit

Permalink
fix data_source_detail_dict parameter error (#2000)
Browse files Browse the repository at this point in the history
Co-authored-by: jyong <[email protected]>
  • Loading branch information
JohnJyong and JohnJyong authored Jan 11, 2024
1 parent 5e97eb1 commit 5e75f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/console/datasets/datasets_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def get(self, dataset_id, document_id):
}
else:
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 = {
'id': document.id,
'position': document.position,
Expand Down

0 comments on commit 5e75f70

Please sign in to comment.