diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index 1e90174..a3c4e92 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -49,7 +49,7 @@ interface API { week: string, token: string, ): Promise>; - getWeeklyReportsForProject( + getWeeklyReportsForUser( username: string, projectName: string, token: string, @@ -274,7 +274,7 @@ export const api: API = { } }, - async getWeeklyReportsForProject( + async getWeeklyReportsForUser( username: string, projectName: string, token: string,