pub async fn get_course_with_join_code( conn: &mut PgConnection, join_code: String, ) -> ModelResult<Course>