refactor(backend): no-unused-vars
This commit is contained in:
parent
c14d6c53da
commit
14e1508d00
37 changed files with 51 additions and 84 deletions
|
@ -28,7 +28,7 @@ router.get('/:username/students', getTeacherStudentHandler);
|
|||
router.get('/:username/questions', getTeacherQuestionHandler);
|
||||
|
||||
// Invitations to other classes a teacher received
|
||||
router.get('/:id/invitations', (req, res) => {
|
||||
router.get('/:id/invitations', (_req, res) => {
|
||||
res.json({
|
||||
invitations: ['0'],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue