Add token parameter to getStatistics API method

This commit is contained in:
Davenludd 2024-04-15 12:02:22 +02:00
parent 90d24ad7c4
commit 128221a6ed

View file

@ -981,6 +981,7 @@ export const api: API = {
},
async getStatistics(
projectName: string,
token: string,
userName?: string,
): Promise<APIResponse<Statistics>> {
try {