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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Sep 3, 2022
2 parents 2211e02 + 88e49d3 commit 35535b8
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 35535b8

Please sign in to comment.