diff --git a/src/lib.rs b/src/lib.rs index 07f91c7..8329daa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -820,7 +820,7 @@ impl Client { .collect::, _>>()?) } - pub async fn teacher_reports(&self, class_id: i32) -> Result> { + pub async fn teacher_reports(&self) -> Result> { #[derive(Deserialize, Debug)] struct Data { finished: bool,