From 58e23cb08975575f164ef61763e7efb6e092033a Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Fri, 27 Jan 2023 22:12:28 +0100 Subject: [PATCH] Update --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,