From c96c0d7b4d13ab3cae45f9049fe803570d82c838 Mon Sep 17 00:00:00 2001 From: Davenludd Date: Sun, 14 Apr 2024 15:47:01 +0200 Subject: [PATCH] Fix order of parameters in getStatistics function in API.ts --- frontend/src/API/API.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index d125b9a..6215064 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -979,8 +979,8 @@ export const api: API = { } }, async getStatistics( - token: string, projectName: string, + token: string, ): Promise> { try { const response = await fetch(