headless_lms_models::suspected_cheaters

Function update_thresholds_by_point

Source
pub async fn update_thresholds_by_point(
    conn: &mut PgConnection,
    course_id: Uuid,
    points: i32,
) -> ModelResult<()>