Fix order of parameters in getStatistics function in API.ts

This commit is contained in:
Davenludd 2024-04-14 15:47:01 +02:00
parent 97f810fce2
commit c96c0d7b4d

View file

@ -979,8 +979,8 @@ export const api: API = {
}
},
async getStatistics(
token: string,
projectName: string,
token: string,
): Promise<APIResponse<Statistics>> {
try {
const response = await fetch(