Skip to content

Commit

Permalink
fix: removed extra param
Browse files Browse the repository at this point in the history
  • Loading branch information
jawad-khan committed Dec 19, 2024
1 parent 2405a82 commit 4d1ce47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def send_reported_content_notification(self):
]}
self._send_course_wide_notification("content_reported", audience_filters, context)

def _populate_context_with_ids_for_mobile(self, context, additional_context=False):
def _populate_context_with_ids_for_mobile(self, context):
context['thread_id'] = self.thread.id
context['topic_id'] = self.thread.commentable_id
context['comment_id'] = self.comment_id
Expand Down

0 comments on commit 4d1ce47

Please sign in to comment.