Update
This commit is contained in:
parent
ff24aa7a2f
commit
58e23cb089
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ impl Client {
|
|||
.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)]
|
||||
struct Data {
|
||||
finished: bool,
|
||||
|
|
Loading…
Reference in a new issue