This commit is contained in:
Dominic Grimm 2023-01-27 22:12:28 +01:00
parent ff24aa7a2f
commit 58e23cb089
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ impl Client {
.collect::<Result<Vec<_>, _>>()?) .collect::<Result<Vec<_>, _>>()?)
} }
pub async fn teacher_reports(&self, class_id: i32) -> Result<Vec<ApiReportUser>> { pub async fn teacher_reports(&self) -> Result<Vec<ApiReportUser>> {
#[derive(Deserialize, Debug)] #[derive(Deserialize, Debug)]
struct Data { struct Data {
finished: bool, finished: bool,