pub async fn remove_from_queue_and_add_to_manual_review(
    conn: &mut PgConnection,
    peer_review_queue_entry: &PeerReviewQueueEntry
) -> ModelResult<PeerReviewQueueEntry>