From 4392b6839742a891355709cce6e52c3206e42a80 Mon Sep 17 00:00:00 2001 From: al8763be Date: Mon, 18 Mar 2024 17:40:53 +0100 Subject: [PATCH] Removed duplicate getUserProjects --- frontend/src/API/API.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index b512e1d..b3cb776 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -29,11 +29,6 @@ interface API { project: NewProject, token: string, ): Promise>; - /** Gets all the projects of a user*/ - getUserProjects( - username: string, - token: string, - ): Promise>; /** Submit a weekly report */ submitWeeklyReport( project: NewWeeklyReport,