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( async getStatistics(
token: string,
projectName: string, projectName: string,
token: string,
): Promise<APIResponse<Statistics>> { ): Promise<APIResponse<Statistics>> {
try { try {
const response = await fetch( const response = await fetch(