pub async fn update_received_enough_peer_reviews(
conn: &mut PgConnection,
id: Uuid,
received_enough_peer_reviews: bool,
) -> ModelResult<PeerReviewQueueEntry>
pub async fn update_received_enough_peer_reviews(
conn: &mut PgConnection,
id: Uuid,
received_enough_peer_reviews: bool,
) -> ModelResult<PeerReviewQueueEntry>