From 128221a6edc315bd2dab839cb0a42d05665965df Mon Sep 17 00:00:00 2001 From: Davenludd Date: Mon, 15 Apr 2024 12:02:22 +0200 Subject: [PATCH] Add token parameter to getStatistics API method --- frontend/src/API/API.ts | 1 + 1 file changed, 1 insertion(+) 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 {