From ae3df4db728b5087ffc259495282982ea60545fb Mon Sep 17 00:00:00 2001 From: Joseph Silva Date: Sat, 31 Aug 2024 19:36:47 -0700 Subject: [PATCH] Replace "post" with "comment" in comment_report_view.rs (#4989) --- crates/db_views/src/comment_report_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/db_views/src/comment_report_view.rs b/crates/db_views/src/comment_report_view.rs index d7b26a1ed..1866aaee9 100644 --- a/crates/db_views/src/comment_report_view.rs +++ b/crates/db_views/src/comment_report_view.rs @@ -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,