style: fix linting issues met ESLint
This commit is contained in:
parent
67f8b3e157
commit
78267a2416
1 changed files with 4 additions and 4 deletions
|
@ -26,9 +26,9 @@ export async function personalizedForStudent(username: string): Promise<Personal
|
||||||
type: "student",
|
type: "student",
|
||||||
student: student
|
student: student
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -55,9 +55,9 @@ export async function personalizedForGroup(classId: string, assignmentNumber: nu
|
||||||
type: "group",
|
type: "group",
|
||||||
group: group
|
group: group
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue