Replace "post" with "comment" in comment_report_view.rs (#4989)

This commit is contained in:
Joseph Silva 2024-08-31 19:36:47 -07:00 committed by GitHub
parent d479bb96c6
commit ae3df4db72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,7 +196,7 @@ impl CommentReportView {
queries().read(pool, (report_id, my_person_id)).await
}
/// Returns the current unresolved post report count for the communities you mod
/// Returns the current unresolved comment report count for the communities you mod
pub async fn get_report_count(
pool: &mut DbPool<'_>,
my_person_id: PersonId,