style: fix linting issues met ESLint
This commit is contained in:
parent
a69e2625af
commit
bdbfe380be
4 changed files with 5 additions and 5 deletions
|
@ -20,9 +20,9 @@ export async function getLastSubmissionForCustomizationTarget(node: LearningPath
|
|||
};
|
||||
if (pathFor.type === 'group') {
|
||||
return await submissionRepo.findMostRecentSubmissionForGroup(learningObjectId, pathFor.group);
|
||||
} else {
|
||||
}
|
||||
return await submissionRepo.findMostRecentSubmissionForStudent(learningObjectId, pathFor.student);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue