Skip to content

Commit 76bf3be

Browse files
committed
fixes
1 parent 829f285 commit 76bf3be

File tree

1 file changed

+1
-1
lines changed
  • tmc-client/src/tmc_client

1 file changed

+1
-1
lines changed

tmc-client/src/tmc_client/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ impl TmcClient {
447447
pub(super) fn course_submissions_in_last_hour(
448448
&self,
449449
course_id: usize,
450-
) -> Result<Vec<Submission>, ClientError> {
450+
) -> Result<Vec<usize>, ClientError> {
451451
if self.0.token.is_none() {
452452
return Err(ClientError::NotLoggedIn);
453453
}

0 commit comments

Comments
 (0)