diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index c826cc2..6f9769f 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -981,6 +981,7 @@ export const api: API = { }, async getStatistics( projectName: string, + token: string, userName?: string, ): Promise> { try {