From 195bb758c99c889e9c90985ac63d1cdab0d14385 Mon Sep 17 00:00:00 2001 From: "Adriaan J." <47121778+WhisperinCheetah@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:55:53 +0200 Subject: [PATCH] Update frontend/src/controllers/classes.ts Co-authored-by: Tibo De Peuter --- frontend/src/controllers/classes.ts | 1 - 1 file changed, 1 deletion(-) 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 }); }