Skip to content
Snippets Groups Projects
Commit 71845811 authored by stvn's avatar stvn
Browse files

docs: Remove completed TODO discussions item

parent e62705a3
Loading
......@@ -326,8 +326,6 @@ class DiscussionsConfigurationView(APIView):
def post(self, request, course_key_string: str, **_kwargs) -> Response:
"""
Handle HTTP/POST requests
TODO: Should we cleanup orphaned LTI config when swapping to cs_comments_service?
"""
course_key = _validate_course_key(course_key_string)
configuration = DiscussionsConfiguration.get(course_key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment