Skip to main content

remove_comment

Function remove_comment 

Source
pub async fn remove_comment(
    db: &SqlitePool,
    input: ReviewCommentIdInput,
) -> Result<()>