diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index 647d11f..ca26c2c 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -279,7 +279,7 @@ export const api: API = { async getWeeklyReportsForProject( username: string, projectName: string, - token: string + token: string, ): Promise> { try { const response = await fetch("/api/getWeeklyReportsUser", {