pub async fn get_by_id_and_join_code(
conn: &mut PgConnection,
course_id: Uuid,
join_code: &str,
) -> ModelResult<Course>pub async fn get_by_id_and_join_code(
conn: &mut PgConnection,
course_id: Uuid,
join_code: &str,
) -> ModelResult<Course>