pub async fn get_all_thresholds_for_course(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<Threshold>>pub async fn get_all_thresholds_for_course(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<Threshold>>