We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829f285 commit 76bf3beCopy full SHA for 76bf3be
tmc-client/src/tmc_client/api.rs
@@ -447,7 +447,7 @@ impl TmcClient {
447
pub(super) fn course_submissions_in_last_hour(
448
&self,
449
course_id: usize,
450
- ) -> Result<Vec<Submission>, ClientError> {
+ ) -> Result<Vec<usize>, ClientError> {
451
if self.0.token.is_none() {
452
return Err(ClientError::NotLoggedIn);
453
}
0 commit comments