Skip to content

Commit d9c01e2

Browse files
authored
Merge pull request #102 from rage/fix-submission-type
fixes
2 parents 829f285 + 76bf3be commit d9c01e2

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)