style: fix linting issues met ESLint

This commit is contained in:
Lint Action 2025-04-17 17:08:13 +00:00
parent 01a0e7125a
commit 205a4addad

View file

@ -77,7 +77,7 @@ export async function createAssignment(classid: string, assignmentData: Assignme
const members = await fetchStudents(memberUsernames); const members = await fetchStudents(memberUsernames);
const newGroup = groupRepository.create({ const newGroup = groupRepository.create({
assignment: assignmentCopy!, assignment: assignmentCopy,
members: members, members: members,
}); });
await groupRepository.save(newGroup); await groupRepository.save(newGroup);