Function increment_flag_count

Source
pub async fn increment_flag_count(
    conn: &mut PgConnection,
    submission_id: Uuid,
) -> ModelResult<i32>