diff --git a/frontend/src/controllers/classes.ts b/frontend/src/controllers/classes.ts index dadf6dec..c2a634eb 100644 --- a/frontend/src/controllers/classes.ts +++ b/frontend/src/controllers/classes.ts @@ -45,7 +45,6 @@ export class ClassController extends BaseController { return this.get(`/${id}/students`, { full }); } - // TODO async getTeacherInvitations(id: string, full = true): Promise { return this.get(`/${id}/teacher-invitations`, { full }); }