style: fix linting issues met ESLint
This commit is contained in:
parent
01a0e7125a
commit
205a4addad
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export async function createAssignment(classid: string, assignmentData: Assignme
|
|||
const members = await fetchStudents(memberUsernames);
|
||||
|
||||
const newGroup = groupRepository.create({
|
||||
assignment: assignmentCopy!,
|
||||
assignment: assignmentCopy,
|
||||
members: members,
|
||||
});
|
||||
await groupRepository.save(newGroup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue