Skip to content

Commit

Permalink
Merge branch 'feat/support-parent-child-chunk' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Dec 6, 2024
2 parents 16f7959 + 9ea375f commit b8f3097
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 @@ -865,7 +865,7 @@ def patch(self, dataset_id, action):

else:
raise InvalidActionError()
return {"result": "success"}, 200
return {"result": "success"}, 200


class DocumentPauseApi(DocumentResource):
Expand Down

0 comments on commit b8f3097

Please sign in to comment.