Add token parameter to getStatistics API method
This commit is contained in:
parent
90d24ad7c4
commit
128221a6ed
1 changed files with 1 additions and 0 deletions
|
@ -981,6 +981,7 @@ export const api: API = {
|
||||||
},
|
},
|
||||||
async getStatistics(
|
async getStatistics(
|
||||||
projectName: string,
|
projectName: string,
|
||||||
|
token: string,
|
||||||
userName?: string,
|
userName?: string,
|
||||||
): Promise<APIResponse<Statistics>> {
|
): Promise<APIResponse<Statistics>> {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue