Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Fix convert_comment_review endpoint text
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Sep 3, 2022
1 parent 2211e02 commit 88e49d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shikithon/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3619,7 +3619,7 @@ def mark_comment_offtopic(self, comment_id: int) -> Optional[AbuseResponse]:
request_type=RequestType.POST)
return Utils.validate_return_data(response, data_model=AbuseResponse)

@method_endpoint('/api/v2/abuse_requests/abuse')
@method_endpoint('/api/v2/abuse_requests/review')
def convert_comment_review(self,
comment_id: int) -> Optional[AbuseResponse]:
"""
Expand Down

0 comments on commit 88e49d3

Please sign in to comment.