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